X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=cc6be230f4cd0586bf42a9192ffa482e88818123;hb=fe42d8dc8a4a56cbd83360b8d8292816e7a30a8a;hp=e5d5a8f37b517e13f00d5af967b626f5d3a23645;hpb=68f3975c757fc175357e8c28d373972231f73197;p=spamassassin-cn.git diff --git a/debian/postinst b/debian/postinst index e5d5a8f..cc6be23 100755 --- a/debian/postinst +++ b/debian/postinst @@ -238,6 +238,13 @@ if [ -f $examdir/local.cf ]; then $confdir/local.cf.$$ || true echo "CN: Activated $trusted_networks as trusted networks" + 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 # backup if not zero size