X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fhippotat.postrm;fp=debian%2Fhippotat.postrm;h=72e612ac039ba507426df22fc34931fc22aafc7b;hb=4a7b1a883e99fd1587608a2aa38685f08808cb6b;hp=0000000000000000000000000000000000000000;hpb=c66915fd92d23d42694111e7910444626d04f49c;p=hippotat.git 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