From: Ian Jackson Date: Sun, 9 Apr 2017 17:52:35 +0000 (+0100) Subject: packaging fixes - now it installs on xenophobe X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/commitdiff_plain/4a7b1a883e99fd1587608a2aa38685f08808cb6b packaging fixes - now it installs on xenophobe Signed-off-by: Ian Jackson --- diff --git a/debian/hippotat.init b/debian/hippotat.hippotatd.init similarity index 100% rename from debian/hippotat.init rename to debian/hippotat.hippotatd.init diff --git a/debian/hippotat.postrm b/debian/hippotat.postrm new file mode 100644 index 0000000..72e612a --- /dev/null +++ b/debian/hippotat.postrm @@ -0,0 +1,7 @@ +#!/bin/sh +set -e +case "$1" in +purge) + rm -rf /etc/hippotat + ;; +esac