From 60d6c033a27aec3f4172e3eb8a048fc150e4ae83 Mon Sep 17 00:00:00 2001 From: dequis Date: Tue, 14 Jun 2016 04:30:09 -0300 Subject: debian: add #DEBHELPER# tag to maintscripts So that the systemd debhelper stuff can do its job. Also fixes a lintian warning. --- debian/bitlbee-common.postinst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'debian/bitlbee-common.postinst') diff --git a/debian/bitlbee-common.postinst b/debian/bitlbee-common.postinst index 4587ce7a..de814011 100644 --- a/debian/bitlbee-common.postinst +++ b/debian/bitlbee-common.postinst @@ -9,8 +9,6 @@ PORT="$RET" CONFDIR=/var/lib/bitlbee/ -update-rc.d bitlbee defaults > /dev/null 2>&1 - ## Load default option. Don't want to put this in debconf (yet?) BITLBEE_OPTS=-F BITLBEE_DISABLED=0 @@ -91,6 +89,4 @@ else chown bitlbee /etc/bitlbee/bitlbee.conf fi -if [ -z "$2" ]; then - invoke-rc.d bitlbee start -fi +#DEBHELPER# -- cgit v1.2.3