From f378beede3e28b9581553b7693ffcb4e92966a99 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 31 Oct 2007 16:40:07 +0000 Subject: [PATCH] r11: --- debian/config | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/debian/config b/debian/config index 5d7e58a..21c6760 100755 --- a/debian/config +++ b/debian/config @@ -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 -- 1.7.10.4