summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/debian/htdig.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/debian/htdig.postrm')
-rw-r--r--debian/htdig/htdig-3.2.0b6/debian/htdig.postrm12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/debian/htdig.postrm b/debian/htdig/htdig-3.2.0b6/debian/htdig.postrm
new file mode 100644
index 00000000..61aab69b
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/debian/htdig.postrm
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "purge" ]
+then
+ rm -f /etc/default/htdig
+ rm -rf /var/spool/htdig
+ rm -rf /var/lib/htdig
+fi
+
+#DEBHELPER#