From: Ivan Rako Date: Tue, 23 Oct 2007 09:42:24 +0000 (+0000) Subject: r6: X-Git-Tag: debian/2.7.1-1~30 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;ds=inline;h=a9f62dfe5407d99b410b7989b3efd58a9a399ad1;p=postfix-cn.git r6: --- diff --git a/debian/postinst b/debian/postinst index f43a818..a0293f1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,9 @@ -#!/bin/sh -e +#!/bin/sh + +set -e [ "$1" = "configure" ] || exit 0 +[ "$DEBIAN_SCRIPT_DEBUG" ] && set -vx # Load CARNet Tools . /usr/share/carnet-tools/functions.sh