From 077c74632a01d75b9d12a96af0b9d85e6217a72f Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Sun, 15 Jul 2018 00:01:00 +0200 Subject: [PATCH] izmjene u postinstu --- debian/postinst | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/debian/postinst b/debian/postinst index 86ef053..2254b38 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,34 +1,10 @@ #!/bin/sh -# postinst script for bind9-cn -# -# see: dh_installdeb(1) set -e -[ "$CARNET_SCRIPT_DEBUG" ] && set -vx +[ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx -# 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 +# Load CARNet Tools . /usr/share/carnet-tools/functions.sh CONF="/etc/fail2ban/jail.conf" -- 1.7.10.4