chiark / gitweb /
packaging fixes - now it installs on xenophobe
[hippotat.git] / debian / hippotat.postrm
diff --git a/debian/hippotat.postrm b/debian/hippotat.postrm
new file mode 100644 (file)
index 0000000..72e612a
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+case "$1" in
+purge)
+       rm -rf /etc/hippotat
+       ;;
+esac