From 7af29a758723cc25f12f46de0e54bae7ccd3be50 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 14 Dec 2009 18:02:32 +0100 Subject: [PATCH] Drop DEBHELPER from post* scripts --- debian/postinst | 2 -- debian/postrm | 2 -- 2 files changed, 4 deletions(-) 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# -- 2.1.4