- ako nije bilo instaliranog paketa, nema potrebe za ciscenjem (lt-nl)
[spamassassin-cn.git] / debian / postinst
index 3853209..19fba5d 100755 (executable)
@@ -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-nl "3.1.7-4"; then
+    db_unregister spamassassin-cn/usedcc || true
+fi
+
 db_get spamassassin-cn/usebayes || true
 use_bayes="$RET"