]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/roundcube-core.postinst
Use 'language' instead of 'locale_string'. Closes: #544579
[roundcube.git] / debian / roundcube-core.postinst
index 5db3c4b328da05b4862d0fe4cf9f1edd4760b7da..b41830dda73d51a0745cbc04013ae682217bfc96 100644 (file)
@@ -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\['locale_string'\] = '\).*\(';\)\$+\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