From: Michael Prokop Date: Mon, 14 Dec 2009 17:02:32 +0000 (+0100) Subject: Drop DEBHELPER from post* scripts X-Git-Tag: v0.3.2-1^0 X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=commitdiff_plain;h=7af29a758723cc25f12f46de0e54bae7ccd3be50 Drop DEBHELPER from post* scripts --- diff --git a/debian/postinst b/debian/postinst index 9896643..9f95520 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,5 +10,3 @@ fi if [ "$1" = "configure" ]; then adduser --quiet --system --group --no-create-home --home /var/run/anytun anytun fi - -#DEBHELPER# diff --git a/debian/postrm b/debian/postrm index 227ebdf..1fe51f5 100755 --- a/debian/postrm +++ b/debian/postrm @@ -13,5 +13,3 @@ if [ "$1" = "purge" ] ; then echo "Not removing anytun user and group: adduser package not found." >&2 fi fi - -#DEBHELPER#