X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=amavisd-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=9e3b82e641889ff7bbff2964c78a897b298bd8e8;hp=cdeb66c9e6f1aba96b1a99753e7691e80c3201f5;hb=f79a8b07f4b60324b7663f33ba10d057a7fa5e26;hpb=81cc3a8631652a7d334944b6f9de03140cf6c42c diff --git a/debian/postinst b/debian/postinst index cdeb66c..9e3b82e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -33,7 +33,7 @@ update_conf() { # placeholder. # remember to set changed_config=1 and restart_daemon=1 if necessary #: - if dpkg --compare-versions "$1" lt 3:2.4.2-3; then + if dpkg --compare-versions "$1" lt $MASTTMPLVERSION; then conf_from_template fi }