X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=10a632c27ce8c64f9b250423537f2a50d53a5945;hb=1a6944c221294202ee0b5e89c2d9f4dc6fdbcc5e;hp=4318c671ffc4345fe2d10939d970a2b33e6eb18c;hpb=61805068024f01b49ef44adb1b0f7f0e2f9524c4;p=amavisd-cn.git diff --git a/debian/postinst b/debian/postinst index 4318c67..10a632c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,4 @@ #!/bin/sh -# last update: zoran.dzelajlija@carnet.hr Fri, 19 Oct 2007 00:34:32 +0200 set -e @@ -28,17 +27,6 @@ export PATH . /usr/share/amavisd-cn/variables.sh . /usr/share/amavisd-cn/functions.sh -# Place configuration tweaks done on upgrades into this function -update_conf() { - [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx - # 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 - conf_from_template - fi -} - mta=postfix . /usr/share/amavisd-cn/postfix.sh @@ -46,7 +34,7 @@ mta=postfix cp_get_mx_domain domain=$RET -update_postfix +update_postfix $* # amavisd.conf if [ -f "$ACONFOLD" ]; then @@ -107,6 +95,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