X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=0fc43203dfe640b1ca8195f61ba9402e28f6ba13;hb=70cbfe14d11389dd025ba68a3d825927a2bb7932;hp=ee1136905fb3532d95584ae329ca8b2b07327d3d;hpb=7cf4d17063560538621c8d04d9fa33d5b1120733;p=spamassassin-cn.git diff --git a/debian/postinst b/debian/postinst index ee11369..0fc4320 100755 --- a/debian/postinst +++ b/debian/postinst @@ -262,7 +262,8 @@ fi if getent passwd amavis >/dev/null 2>&1; then if [ -s ~amavis/.spamassassin/auto-whitelist ]; then echo "CN: Cleaning the Amavis auto-whitelist" - su -c '/usr/bin/check_whitelist --clean' - amavis >/dev/null 2>&1 + su -c '/usr/bin/check_whitelist --clean' - amavis >/dev/null 2>&1 \ + || true fi fi