r4:
authorIvan Rako <Ivan.Rako@CARNet.hr>
Tue, 23 Oct 2007 09:41:25 +0000 (09:41 +0000)
committerIvan Rako <Ivan.Rako@CARNet.hr>
Tue, 23 Oct 2007 09:41:25 +0000 (09:41 +0000)
debian/postinst

index 9f457b5..3090076 100755 (executable)
@@ -1,7 +1,10 @@
 #!/bin/sh
 
 set -e
 #!/bin/sh
 
 set -e
+
 [ "$1" = "configure" ] || exit 0
 [ "$1" = "configure" ] || exit 0
+[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
+
 
 # Load CARNet Tools
 . /usr/share/carnet-tools/functions.sh
 
 # Load CARNet Tools
 . /usr/share/carnet-tools/functions.sh