From: Ivan Rako Date: Tue, 23 Oct 2007 09:41:25 +0000 (+0000) Subject: r4: X-Git-Tag: debian/5.5p1-1~7 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=commitdiff_plain;h=f0e6a7c9a68b689a8352149516d4bbc5711d8b84 r4: --- diff --git a/debian/postinst b/debian/postinst index 9f457b5..3090076 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,10 @@ #!/bin/sh set -e + [ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx + # Load CARNet Tools . /usr/share/carnet-tools/functions.sh