From: Darshaka Pathirana Date: Wed, 25 Jan 2017 07:15:51 +0000 (+0100) Subject: Fix lintian error maintainer-script-lacks-debhelper-token X-Git-Tag: v0.3.6-1~7 X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=commitdiff_plain;h=010a339b2da87b856c82201dde4c9310229e7465 Fix lintian error maintainer-script-lacks-debhelper-token --- diff --git a/debian/postinst b/debian/postinst index 9f95520..9896643 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,3 +10,5 @@ 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 1fe51f5..227ebdf 100755 --- a/debian/postrm +++ b/debian/postrm @@ -13,3 +13,5 @@ if [ "$1" = "purge" ] ; then echo "Not removing anytun user and group: adduser package not found." >&2 fi fi + +#DEBHELPER# diff --git a/debian/prerm b/debian/prerm index 7fe2136..4cfa5cb 100755 --- a/debian/prerm +++ b/debian/prerm @@ -10,3 +10,5 @@ if [ -x "/etc/init.d/anytun" ] && [ "$1" = remove ]; then /etc/init.d/anytun stop || true fi fi + +#DEBHELPER#