X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=roundcube-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=640842d214077983e4c66647dfa28391f1f412c4;hp=8f7867f4296d404c0f0eb2874bf4f015f80dd189;hb=2b75798297188d4f04dbb44010208761d7da70bf;hpb=53e88bc20037346c3279bf094cd67e1032d3263e diff --git a/debian/postinst b/debian/postinst index 8f7867f..640842d 100755 --- a/debian/postinst +++ b/debian/postinst @@ -27,7 +27,7 @@ PKG=roundcube-cn domainname=`dnsdomainname` FQDN=`hostname --fqdn` -# Include CARNet functions +# Include CARNET functions . /usr/share/carnet-tools/functions.sh unset CP_ECHO_RETURN @@ -153,7 +153,7 @@ fi hconf=/etc/apache2/apache2.conf sconf=/etc/apache2/sites-available/ssl -# Initial CARNet config tweaks. +# Initial CARNET config tweaks. # CONF="$CONFDIR/config.inc.php" mv_old_backups "$CONF" "`basename $CONF`" @@ -197,5 +197,4 @@ fi cp_mail "$PKG" - -exit 0 +#DEBHELPER#