X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=309007679ec7926bbd691f75cdff25d9c4a460b2;hb=a4d2d5b9a4327d0dd99ff7789fecfcab3c41117b;hp=9f457b5f1f9d2eaad7cfa2e9c0bd8639f601ffae;hpb=89cead69c120de006782e32853f5b975631d7ea2;p=openssh-cn.git 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