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