aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bitlbee-common.config
diff options
context:
space:
mode:
authorأحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>2010-10-25 16:56:53 +0200
committerأحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>2010-10-25 16:56:53 +0200
commit5258d364a0aae0336b9a225d69498260bebe7b54 (patch)
tree5674fc7a791575c883bcced62d2353b38f46f9c5 /debian/bitlbee-common.config
parent9c66db07fd781e905eef03415dab1044bcf911c3 (diff)
* debian/*.config: use set -e in the body of maintainer scripts.
Diffstat (limited to 'debian/bitlbee-common.config')
-rw-r--r--debian/bitlbee-common.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/bitlbee-common.config b/debian/bitlbee-common.config
index 9bb78237..c2437b54 100644
--- a/debian/bitlbee-common.config
+++ b/debian/bitlbee-common.config
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
. /usr/share/debconf/confmodule
[ -f /etc/default/bitlbee ] && . /etc/default/bitlbee