- update maintainer dokumentacije
[amavisd-cn.git] / debian / postinst
index cdeb66c..9e3b82e 100755 (executable)
@@ -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
 }