ispravak lintian upozorenja
[openssh-cn.git] / debian / postinst
index 9f457b5..4a87744 100755 (executable)
@@ -1,7 +1,10 @@
 #!/bin/sh
 
 set -e
+
 [ "$1" = "configure" ] || exit 0
+[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx
+
 
 # Load CARNet Tools
 . /usr/share/carnet-tools/functions.sh
@@ -23,3 +26,5 @@ if [ -x /usr/sbin/invoke-rc.d ]; then
 else
   [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart
 fi
+
+#DEBHELPER#