From 4a7b1a883e99fd1587608a2aa38685f08808cb6b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Apr 2017 18:52:35 +0100 Subject: [PATCH] packaging fixes - now it installs on xenophobe Signed-off-by: Ian Jackson --- debian/{hippotat.init => hippotat.hippotatd.init} | 0 debian/hippotat.postrm | 7 +++++++ 2 files changed, 7 insertions(+) rename debian/{hippotat.init => hippotat.hippotatd.init} (100%) create mode 100644 debian/hippotat.postrm 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 -- 2.11.0