aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-08-24 17:49:03 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-08-24 17:49:03 +0100
commitd301872cbf032a56c946cb92fa11b511aff3f243 (patch)
tree53d5f2a995fa6d5c76eb0e46316ad77e431e0b0e /debian/postinst
parent5d3b4e8b7373416c0f48543a6a97cbb3ea591051 (diff)
1.2.1-3:1.2.1-3
* chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean up after 1.2-5 and the bugfix in 1.2.1-2. (Closes: #495877) * Moved BITLBEE_DISABLED check to only check when trying to *start* the daemon. (Closes: #488611)
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 4f5711ba..db324b65 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -79,7 +79,7 @@ if [ -n "$2" -a "$BITLBEE_UPGRADE_DONT_RESTART" != "1" ]; then
fi
## If we're upgrading, we'll probably skip this next part
-if [ -d $CONFDIR ] && chown -R bitlbee $CONFDIR; then
+if [ -d $CONFDIR ] && chown -R bitlbee: $CONFDIR; then
echo 'BitlBee (probably) already installed, skipping user/configdir installation'
exit 0
fi