X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=a2e5bce31993f434b71141c919e1d269d6a1da7b;hb=refs%2Ftags%2Fdebian%2F3%252.7.1_cn1;hp=d18dd13d0911631bec0e571de11840a6d20ce2a5;hpb=7cb72dc6d7fb9f6ae152d3bb3a5f66ae3df649f7;p=amavisd-cn.git diff --git a/debian/postinst b/debian/postinst index d18dd13..a2e5bce 100755 --- a/debian/postinst +++ b/debian/postinst @@ -215,11 +215,17 @@ if [ -n "$2" -a -z "$changed_config" ] && \ cp_echo " perl -pi -e 's/_CN_DOMAIN_/$domain/g' $ACONF" fi -cp_mail $PKG $VERSION - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. +# Delete old conffiles... +for conffile in /etc/logcheck/violations.ignore.d/amavisd-new \ + /etc/logcheck/ignore.d.server/amavisd-new \ + /etc/logcheck/ignore.d.workstation/amavisd-new \ + /etc/cron.daily/amavisd-new; do + if [ -f ${conffile} ]; then + cp_echo "CN: Deleting old conffile ${conffile}..." + rm -f ${conffile} + fi +done -#DEBHELPER# +cp_mail $PKG $VERSION exit 0