Fix lintian error maintainer-script-lacks-debhelper-token
authorDarshaka Pathirana <dpat@syn-net.org>
Wed, 25 Jan 2017 07:15:51 +0000 (08:15 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Wed, 25 Jan 2017 07:15:51 +0000 (08:15 +0100)
debian/postinst
debian/postrm
debian/prerm

index 9f95520..9896643 100755 (executable)
@@ -10,3 +10,5 @@ fi
 if [ "$1" = "configure" ]; then
   adduser --quiet --system --group --no-create-home --home /var/run/anytun anytun
 fi
+
+#DEBHELPER#
index 1fe51f5..227ebdf 100755 (executable)
@@ -13,3 +13,5 @@ if [ "$1" = "purge" ] ; then
       echo "Not removing anytun user and group: adduser package not found." >&2
    fi
 fi
+
+#DEBHELPER#
index 7fe2136..4cfa5cb 100755 (executable)
@@ -10,3 +10,5 @@ if [ -x "/etc/init.d/anytun" ] && [ "$1" = remove ]; then
     /etc/init.d/anytun stop || true
   fi
 fi
+
+#DEBHELPER#