diff options
author | Marius Halden <marius.h@lden.org> | 2016-12-27 14:13:51 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-12-27 14:13:51 +0100 |
commit | d35affbcea87f453fb20c4bb545a10b668eae81b (patch) | |
tree | a6856cc15f6ba10c79d737a61e2773cba12bf558 /debian/bitlbee-common.postinst | |
parent | 184c46d3507a0ff9fc68a4409f690add96cd183d (diff) | |
parent | 9cdcef077ed523966f508a3721944a16425734cb (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'debian/bitlbee-common.postinst')
-rw-r--r-- | debian/bitlbee-common.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/bitlbee-common.postinst b/debian/bitlbee-common.postinst index e0e371d8..477bdee4 100644 --- a/debian/bitlbee-common.postinst +++ b/debian/bitlbee-common.postinst @@ -70,10 +70,10 @@ fi ## If we're upgrading, we'll probably skip this next part if [ -d $CONFDIR ] && chown -R bitlbee: $CONFDIR; then echo 'BitlBee (probably) already installed, skipping user/configdir installation' - exit 0 +else + adduser --system --group --disabled-login --disabled-password --home /var/lib/bitlbee/ bitlbee fi -adduser --system --group --disabled-login --disabled-password --home /var/lib/bitlbee/ bitlbee chmod 700 /var/lib/bitlbee/ ## Can't do this in packaging phase: Don't know the UID yet. Access to |