From: Ivan Rako Date: Tue, 23 Oct 2007 09:41:38 +0000 (+0000) Subject: r3: X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=phpbb2-cn.git;a=commitdiff_plain;h=3bbc31e0502ea347cf8245142add7364eb86da02 r3: --- diff --git a/debian/postinst b/debian/postinst index 743f6a4..a37e5a3 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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