File: //proc/self/root/var/lib/dpkg/info/bacula-common.postinst
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_version 2.0
case "$1" in
configure)
chown bacula:bacula /var/lib/bacula
chmod 700 /var/lib/bacula
chown bacula:adm /var/log/bacula
chmod 750 /var/log/bacula
. /usr/share/bacula-common/common-functions.dpkg
readOrCreatePasswords # create our common passwords if needed
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0