X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=10a632c27ce8c64f9b250423537f2a50d53a5945;hb=0f9aadf4ee95ffa43d2b554a7550aa6777d99713;hp=9e3b82e641889ff7bbff2964c78a897b298bd8e8;hpb=f79a8b07f4b60324b7663f33ba10d057a7fa5e26;p=amavisd-cn.git diff --git a/debian/postinst b/debian/postinst index 9e3b82e..10a632c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -27,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 $MASTTMPLVERSION; then - conf_from_template - fi -} - mta=postfix . /usr/share/amavisd-cn/postfix.sh @@ -45,7 +34,7 @@ mta=postfix cp_get_mx_domain domain=$RET -update_postfix +update_postfix $* # amavisd.conf if [ -f "$ACONFOLD" ]; then