X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Froundcube-core.postinst;fp=debian%2Froundcube-core.postinst;h=07e961f70b6b4409b6cbfef8880eb6c739ea08ca;hb=0e14bfdb21f31d14420a4d5f73194ed8e4527f17;hp=b41830dda73d51a0745cbc04013ae682217bfc96;hpb=d62fdef2148c386843b1ee71655adaeea16e5146;p=roundcube.git diff --git a/debian/roundcube-core.postinst b/debian/roundcube-core.postinst index b41830d..07e961f 100644 --- a/debian/roundcube-core.postinst +++ b/debian/roundcube-core.postinst @@ -71,7 +71,7 @@ case "$1" in cat /usr/share/roundcube/main.inc.php.dist | \ sed -e "s+^\(\$rcmail_config\['default_host'\] = \)''\(;\)\$+\1${hosts}\2+" \ -e "s+^\(\$rcmail_config\['des_key'\] = '\).*\(';\)\$+\1$deskey\2+" \ - -e "s+^\(\$rcmail_config\['language'\] = '\).*\(';\)\$+\1${language}\2+" >> $CONFFILE.ucftmp + -e "s+^\(\$rcmail_config\['language'\] = \).*\(;\)\$+\1'${language}'\2+" >> $CONFFILE.ucftmp ucf --debconf-ok $CONFFILE.ucftmp $CONFFILE chown root:www-data $CONFFILE