From: Ivan Rako Date: Sat, 14 Jul 2018 22:00:38 +0000 (+0200) Subject: izmjene u postinstu X-Git-Tag: debian/2%9.10.3_cn0^0 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=bind9-cn.git;a=commitdiff_plain;h=684a2828b853422b1700e47139a1d75a872f646d izmjene u postinstu --- diff --git a/debian/postinst b/debian/postinst index 1a86e14..2b22637 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,33 +1,11 @@ #!/bin/sh -# postinst script for bind9-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 -# - -case "$1" in - configure|reconfigure) - # continue below - ;; - - *) - exit 0 - ;; -esac - -# import CN-functions +[ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx + +# Load CARNet Tools . /usr/share/carnet-tools/functions.sh echo "CN: Making sample configurations in /usr/share/doc/bind9-cn/examples"