From: Dinko Korunic Date: Sat, 23 Aug 2008 17:26:42 +0000 (+0200) Subject: - cisti spamassassin-cn/usedcc iz debconf baze X-Git-Tag: v3.3.1-1~13 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=spamassassin-cn.git;a=commitdiff_plain;h=622a065ceb651a4827ae6f480065aa84f1b4f213 - cisti spamassassin-cn/usedcc iz debconf baze --- diff --git a/debian/postinst b/debian/postinst index 3853209..59f1d6c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -36,6 +36,11 @@ db_version 2.0 umask 022 +# clean up old debconf questions that are no longer in this package +if dpkg --compare-versions "$2" lt 3.1.7-4; then + db_unregister spamassassin-cn/usedcc || true +fi + db_get spamassassin-cn/usebayes || true use_bayes="$RET"