r11:
authorIvan Rako <Ivan.Rako@CARNet.hr>
Wed, 31 Oct 2007 16:40:07 +0000 (16:40 +0000)
committerIvan Rako <Ivan.Rako@CARNet.hr>
Wed, 31 Oct 2007 16:40:07 +0000 (16:40 +0000)
debian/config

index 5d7e58a..21c6760 100755 (executable)
@@ -6,18 +6,7 @@ set -e
 . /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
-  db_go
-fi
 db_input critical postfix-cn/matchgecos || true
 
-db_get postfix-cn/upgrade-from-sendmail || true
-upgrade_yes="$RET"
-
-if [ "$upgrade_yes" = "false" ]; then
-  exit 1
-fi
-
 db_go || true
 db_stop || true