X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fconfig;h=e6bc1d9563d8b072ca552325202c9b43cd3644c2;hb=88564c1403777e253f88c344e4a759cedaefac98;hp=5d7e58acea2a6dc6bfdacf21fe39dee221712fc2;hpb=55af617611a977be3a84d9af7aed3f927f531cc7;p=postfix-cn.git diff --git a/debian/config b/debian/config index 5d7e58a..e6bc1d9 100755 --- a/debian/config +++ b/debian/config @@ -5,19 +5,13 @@ set -e # Load debconf . /usr/share/debconf/confmodule -db_input high postfix-cn/rbl || true -if dpkg --compare-versions "$2" lt 2.1.5-8; then - db_fset postfix-cn/matchgecos seen false +if dpkg --compare-versions "$2" lt 2.3.8-5; then + db_fset postfix-cn/rbl seen false db_go fi -db_input critical postfix-cn/matchgecos || true - -db_get postfix-cn/upgrade-from-sendmail || true -upgrade_yes="$RET" +db_input high postfix-cn/rbl || true -if [ "$upgrade_yes" = "false" ]; then - exit 1 -fi +db_input critical postfix-cn/matchgecos || true db_go || true db_stop || true