aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bitlbee-common.postinst
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-06-14 04:30:09 -0300
committerdequis <dx@dxzone.com.ar>2016-06-14 04:30:09 -0300
commit60d6c033a27aec3f4172e3eb8a048fc150e4ae83 (patch)
tree3ceedfe9a7d0d4833e384bde6f8b2f148b79314f /debian/bitlbee-common.postinst
parentad5a9078ff68c2556a2b692855f04938efc06e3d (diff)
debian: add #DEBHELPER# tag to maintscripts
So that the systemd debhelper stuff can do its job. Also fixes a lintian warning.
Diffstat (limited to 'debian/bitlbee-common.postinst')
-rw-r--r--debian/bitlbee-common.postinst6
1 files changed, 1 insertions, 5 deletions
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#