]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/postinst
Imported Debian patch 0.1~rc2-1
[roundcube.git] / debian / postinst
index 80b0827a4ef5e0641a2f7f43a09e5a09d9991b10..33d691264f9babc88cf8f1e86c472f189c36aa7f 100644 (file)
@@ -101,7 +101,7 @@ EOF
        done
 
        # Put hosts, language and key in main.inc.php
-       zcat /usr/share/doc/roundcube/main.inc.php.dist.gz | \
+       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