X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=mysql-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=928f2b4e653c3af5327ec79f4b56f6bbefb0e59f;hp=1d8f9b87605b36c15e0baec996d02fdab302798c;hb=5dbf7cea47716112caf35bf3f25e760a4096a919;hpb=3856ad67fc41116b1e81ac681572f95efc5a5905 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"