diff options
author | dequis <dx@dxzone.com.ar> | 2016-06-14 04:30:09 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2016-06-14 04:30:09 -0300 |
commit | 60d6c033a27aec3f4172e3eb8a048fc150e4ae83 (patch) | |
tree | 3ceedfe9a7d0d4833e384bde6f8b2f148b79314f /debian/bitlbee-common.postinst | |
parent | ad5a9078ff68c2556a2b692855f04938efc06e3d (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.postinst | 6 |
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# |