summaryrefslogtreecommitdiff
path: root/debian/gcstar.postrm
diff options
context:
space:
mode:
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