X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=d387dabd7f871409ce06e7b0d534e6fdcb82c66d;hp=454a6bbbc3d8b0ad698e5d12d209a144496bb464;hb=b7fe69afa6e818bca5ff957fe212b5e3c6f2b075;hpb=42b61ef4c7ddc9d1528ffe0c893eff451a62752a diff --git a/debian/postinst b/debian/postinst index 454a6bb..d387dab 100644 --- a/debian/postinst +++ b/debian/postinst @@ -134,8 +134,9 @@ fi # We use sed to replace old defaults with ours. # Must escape \$ because of shell expansion. # -seddef="/^[ ]*\\\$org_logo[ ]*=/s/sm_logo\.jpg/sm_carnet_logo.jpg/; - /^[ ]*\\\$org_logo[ ]*=/s/sm_logo\.png/sm_carnet_logo.jpg/; +seddef="/^[ ]*\\\$org_logo[ ]*=/s/sm_logo\.jpg/sm_carnet_logo.png/; + /^[ ]*\\\$org_logo[ ]*=/s/sm_logo\.png/sm_carnet_logo.png/; + /^[ ]*\\\$org_logo[ ]*=/s/sm_carnet_logo\.jpg/sm_carnet_logo.png/; /^[ ]*\\\$domain[ ]*=/s/mydomain\.com/$domainname/; /^[ ]*\\\$default_charset[ ]*=/s/iso-8859-1/iso-8859-2/; /^[ ]*\\\$org_logo_width[ ]*=/s/308/0/;