X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=blobdiff_plain;f=debian%2Froundcube-core.postinst;h=36457be2768b27da80f9444da29317c663452263;hp=f07f3d3cefee43000c2687fd9e913563ddbe4718;hb=a695404c36951b0793369a11ff9a9d110b15dbb1;hpb=f6b25651775d91ded838c38818ac971507569899 diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index f07f3d3..36457be 100644 --- a/debian/roundcube-core.postinst +++ b/debian/roundcube-core.postinst @@ -75,6 +75,7 @@ EOF CONFFILE=/etc/roundcube/main.inc.php touch $CONFFILE.ucftmp chmod 640 $CONFFILE.ucftmp + chown root:www-data $CONFFILE.ucftmp db_get roundcube/hosts || true hosts="$RET" @@ -119,8 +120,9 @@ EOF done >> $CONFFILE.ucftmp ucf --debconf-ok $CONFFILE.ucftmp $CONFFILE - chown root:www-data $CONFFILE - rm -f $CONFFILE.ucftmp + chown root:www-data $CONFFILE + [ ! -f $CONFFILE.dpkg-dist ] || chown root:www-data $CONFFILE.dpkg-dist + rm -f $CONFFILE.ucftmp # Handle webserver reconfiguration/restart ; stolen from zabbix package db_get roundcube/reconfigure-webserver || true