projects
/
postfix-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b765a4
)
r6:
author
Ivan Rako
<Ivan.Rako@CARNet.hr>
Tue, 23 Oct 2007 09:42:24 +0000
(09:42 +0000)
committer
Ivan Rako
<Ivan.Rako@CARNet.hr>
Tue, 23 Oct 2007 09:42:24 +0000
(09:42 +0000)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
f43a818
..
a0293f1
100755
(executable)
--- 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