From 5369fa1796979773d4e33c04578ece90eb52b625 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 23 Oct 2007 09:39:59 +0000 Subject: [PATCH] r6: --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 22416db..d40791d 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,6 +3,7 @@ set -e [ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx # Load CARNet functions #. /usr/share/carnet-tools/functions.sh -- 1.7.10.4