packaging fixes - now it installs on xenophobe
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Apr 2017 17:52:35 +0000 (18:52 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Apr 2017 17:52:35 +0000 (18:52 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/hippotat.hippotatd.init [moved from debian/hippotat.init with 100% similarity]
debian/hippotat.postrm [new file with mode: 0644]

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