From: Ivan Rako Date: Mon, 17 Feb 2014 19:48:11 +0000 (+0100) Subject: postavlja bayes_auto_expire na 0 X-Git-Tag: debian/2%3.3.5~1 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=spamassassin-cn.git;a=commitdiff_plain;h=fe42d8dc8a4a56cbd83360b8d8292816e7a30a8a postavlja bayes_auto_expire na 0 --- diff --git a/debian/postinst b/debian/postinst index 3b4574f..cc6be23 100755 --- a/debian/postinst +++ b/debian/postinst @@ -238,10 +238,12 @@ if [ -f $examdir/local.cf ]; then $confdir/local.cf.$$ || true echo "CN: Activated $trusted_networks as trusted networks" - cp_check_and_sed "^bayes_auto_expire 1" \ - "s#^bayes_auto_expire .*#bayes_auto_expire 0#g" \ - $confdir/local.cf.$$ || true - echo "CN: Set bayes_auto_expire to 0" + if dpkg --compare-versions "$2" lt "2:3.3.5"; then + cp_check_and_sed "^bayes_auto_expire 1" \ + "s#^bayes_auto_expire .*#bayes_auto_expire 0#g" \ + $confdir/local.cf.$$ || true + echo "CN: Set bayes_auto_expire to 0" + fi # different than template if ! cmp -s $confdir/local.cf.$$ $confdir/local.cf; then