From 5dbf7cea47716112caf35bf3f25e760a4096a919 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Tue, 23 Oct 2007 09:40:57 +0000 Subject: [PATCH] r5: --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 1d8f9b8..928f2b4 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,6 +3,7 @@ set -e [ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx PKG="mysql-cn" -- 1.7.10.4