summaryrefslogtreecommitdiffstats
path: root/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postrm')
-rw-r--r--debian/postrm9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm
new file mode 100644
index 0000000..284f984
--- /dev/null
+++ b/debian/postrm
@@ -0,0 +1,9 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = purge ]
+then
+ rm -f /etc/devscripts.conf* /etc/cowpoke.conf
+fi
+
+#DEBHELPER#