From dd305df1c74dd0ec5c49b15f937e28daf4e5b209 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Sat, 30 Aug 2008 13:31:44 +0200 Subject: [PATCH] - ispravni compare-versions i ciscenje DCC iz debconf baze - ciscenje use_dcc i dcc_ opcija iz local.cf --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 19fba5d..29e233c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -37,7 +37,7 @@ db_version 2.0 umask 022 # clean up old debconf questions that are no longer in this package -if dpkg --compare-versions "$2" lt-nl "3.1.7-4"; then +if dpkg --compare-versions "$2" lt "2:3.1.7-4"; then db_unregister spamassassin-cn/usedcc || true fi @@ -194,7 +194,7 @@ if [ -f $examdir/local.cf ]; then done # remove obsolete options from old SA - egrep -v '^(bayes_use_chi2_combining|ok_languages|pyzor)' \ + egrep -v '^(bayes_use_chi2_combining|ok_languages|use_pyzor|pyzor_|use_dcc|dcc_)' \ $confdir/local.cf.$$ > $confdir/local.cf.$$.$$ && \ mv -f $confdir/local.cf.$$.$$ $confdir/local.cf.$$ rm -f $confdir/local.cf.$$.$$ -- 1.7.10.4