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

index 743f6a4..a37e5a3 100755 (executable)
@@ -3,6 +3,7 @@
 set -e
 
 [ "$1" = "configure" ] || exit 0
+[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
 
 if [ ! -L /etc/apache2/conf.d/phpbb2-cn.conf -a ! -f /etc/apache2/conf.d/phpbb2-cn.conf ]; then
   ln -sf /etc/phpbb2/apache.conf /etc/apache2/conf.d/phpbb2-cn.conf