aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bitlbee-common.postinst
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-07-09 18:06:09 +0200
committerMarius Halden <marius.h@lden.org>2016-07-09 18:06:09 +0200
commitef9769c1e59dec5435670b507712c5fa9dfede67 (patch)
tree5654f07fad56346642b3ddf292aa1558ff574b17 /debian/bitlbee-common.postinst
parent2f2fb6dda408ad2562cc754e2ca0ad3c2ea8bc8e (diff)
parentf60dc5cb68ac91df714f01ef61ba819eeac584aa (diff)
Merge branch 'master' into patched-master
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#