Add #DEBHELPER# token
authorDarshaka Pathirana <dpat@syn-net.org>
Wed, 25 Jan 2017 23:54:11 +0000 (00:54 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Thu, 26 Jan 2017 00:02:04 +0000 (01:02 +0100)
Fix lintian warning maintainer-script-lacks-debhelper-token
As this package uses debhelper commands, adding the token is recommended

debian/postinst
debian/postrm
debian/prerm

index b72feed..8b783fe 100755 (executable)
@@ -10,3 +10,5 @@ fi
 if [ "$1" = "configure" ]; then
   adduser --quiet --system --group --no-create-home --home /var/run/uanytun uanytun
 fi
+
+#DEBHELPER#
index 9088e15..345ff3c 100755 (executable)
@@ -13,3 +13,5 @@ if [ "$1" = "purge" ] ; then
       echo "Not removing uanytun user and group: adduser package not found." >&2
    fi
 fi
+
+#DEBHELPER#
index 01b209c..631c043 100755 (executable)
@@ -10,3 +10,5 @@ if [ -x "/etc/init.d/uanytun" ] && [ "$1" = remove ]; then
     /etc/init.d/uanytun stop || true
   fi
 fi
+
+#DEBHELPER#