From 51a82916f5fca2e8d6e8d66ac87936faff6df50f Mon Sep 17 00:00:00 2001
From: Ivan Rako <Ivan.Rako@CARNet.hr>
Date: Tue, 23 Oct 2007 09:42:44 +0000
Subject: [PATCH] r5:

---
 debian/postinst |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/postinst b/debian/postinst
index de73049..abe29ec 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