summaryrefslogtreecommitdiff
path: root/debian/gcstar.postrm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-11 00:46:56 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-03-11 00:46:56 +0100
commit42dd732e37144da73fa78a04f92f1d69985e60fa (patch)
tree714f98f7573e07ca1aa4310c8d22e161b652e58b /debian/gcstar.postrm
parent57d7b7756e369ea39fe90771e4fcbff2746688e1 (diff)
changes at d/copyright; new d/gcstar.postrmdebian/1.7.1-1
Diffstat (limited to 'debian/gcstar.postrm')
-rw-r--r--debian/gcstar.postrm18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/gcstar.postrm b/debian/gcstar.postrm
new file mode 100644
index 0000000..7f453db
--- /dev/null
+++ b/debian/gcstar.postrm
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+set -e
+#
+# set -e are disabled because pathfind update-inetd
+# gives an piuparts error.
+#
+
+if [ "$1" = purge ] ; then
+#
+# purge files
+#
+ rm -f /usr/share/mime/application/x-gcstar.xml
+fi
+
+#DEBHELPER#
+
+exit 0 \ No newline at end of file