From: Ian Jackson Date: Sun, 9 Apr 2017 17:52:35 +0000 (+0100) Subject: packaging fixes - now it installs on xenophobe X-Git-Tag: hippotat/1.0.0~55^2~54 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=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