From c7c48997fa54caa0348f001bb602dd0473c489be Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Sat, 23 Aug 2008 20:07:36 +0200 Subject: [PATCH] - ako nije bilo instaliranog paketa, nema potrebe za ciscenjem (lt-nl) --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 59f1d6c..19fba5d 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 3.1.7-4; then +if dpkg --compare-versions "$2" lt-nl "3.1.7-4"; then db_unregister spamassassin-cn/usedcc || true fi -- 1.7.10.4