From 3bbc31e0502ea347cf8245142add7364eb86da02 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 23 Oct 2007 09:41:38 +0000 Subject: [PATCH 1/1] r3: --- debian/postinst | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4