X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=amavisd-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=d18dd13d0911631bec0e571de11840a6d20ce2a5;hp=56a07558b6189feab98bab0a0864aaa49739d60b;hb=7cb72dc6d7fb9f6ae152d3bb3a5f66ae3df649f7;hpb=7041f8fb9d39ae70d024c902173fd767230795f9 diff --git a/debian/postinst b/debian/postinst index 56a0755..d18dd13 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,22 @@ #!/bin/sh +# postinst script for amavisd-cn +# +# see: dh_installdeb(1) set -e +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + [ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx case "$1" in @@ -201,3 +216,10 @@ if [ -n "$2" -a -z "$changed_config" ] && \ fi cp_mail $PKG $VERSION + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0