X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=f55b3c8ddd14f1e7a5e1208b1193c9d642643d61;hb=7d0d8bdd53947864c64d968062ca132b65f2e162;hp=c841c41c9483e80e182312e147964deb70d3e0d3;hpb=4715e1ff4ca0655d4e06996ac22693b442facf66;p=privoxy.git diff --git a/debian/postinst b/debian/postinst index c841c41c..f55b3c8d 100644 --- a/debian/postinst +++ b/debian/postinst @@ -33,7 +33,7 @@ case "$1" in chown -R privoxy:adm /var/log/privoxy chmod 750 /var/log/privoxy chown privoxy $CONFDIR/user.action $CONFDIR/trust - [ -f $CONFDIR/matcha-all.action ] \ + [ -f $CONFDIR/match-all.action ] \ && chown privoxy $CONFDIR/match-all.action if [ "x$2" != "x" ] && dpkg --compare-versions "$2" lt "3.0.4"