- update maintainer dokumentacije
[amavisd-cn.git] / debian / postinst
index 0c0ac9f..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
 }
@@ -106,6 +106,9 @@ fi
 # No sysvinit order fixes
 :
 
+# Fix missing redirection in cron files for amavisd-new-cronjob
+add_redirection /etc/cron.d/amavisd-new /etc/cron.daily/amavisd-new
+
 # Cleanup and finalization
 if dpkg --compare-versions "$2" lt 2:20030616p10-4; then
   update-rc.d -f amavisd remove > /dev/null