X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=32c46bba77211e657f1952e848aa2d7f721b3dea;hb=824dcad3856616fd1f4103cef87c7aca4a0ff7c3;hp=56a07558b6189feab98bab0a0864aaa49739d60b;hpb=3e2fe4efa8e02d92b12a7c0f8a3c62c4f35d832e;p=amavisd-cn.git diff --git a/debian/postinst b/debian/postinst index 56a0755..32c46bb 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,5 @@ if [ -n "$2" -a -z "$changed_config" ] && \ fi cp_mail $PKG $VERSION + +exit 0