From adec25f54995debcaa165864eaaf4654802f0ca0 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 16 Jul 2002 05:58:13 +0000 Subject: - Debian package now nearly finished - Applied patches from Chris Halls --- debian/plptools.postrm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/plptools.postrm (limited to 'debian/plptools.postrm') diff --git a/debian/plptools.postrm b/debian/plptools.postrm new file mode 100644 index 0000000..6b5752e --- /dev/null +++ b/debian/plptools.postrm @@ -0,0 +1,25 @@ +#! /bin/sh +# postrm script for plptools +# +# see: dh_installdeb(1) + +set -e + +case "$1" in + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + purge) + rm -f /etc/plptools.conf + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 + ;; + +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3