From 7f61baf03be194bea86d0e01a2ecaedb08cfb13b Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 23 Oct 2007 09:41:10 +0000 Subject: [PATCH] r16: --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index eeb7068..e0cc13c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,7 @@ #!/bin/sh [ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx konfiguriraj() { if [ -f /etc/ntp.conf ]; then -- 1.7.10.4