[Amavisd-new-commits] [pkg-amavisd-new] 04/04: Add set -e to postinst

Alexander Wirt formorer at debian.org
Mon Sep 2 19:27:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

formorer pushed a commit to branch master
in repository pkg-amavisd-new.

commit c2dd806f0cc44af72858b010064815d4117f4935
Author: Alexander Wirt <formorer at debian.org>
Date:   Mon Sep 2 21:27:08 2013 +0200

    Add set -e to postinst
---
 debian/amavisd-new.postinst |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/amavisd-new.postinst b/debian/amavisd-new.postinst
index 8b66568..c59d9f4 100644
--- a/debian/amavisd-new.postinst
+++ b/debian/amavisd-new.postinst
@@ -4,6 +4,8 @@
 #
 # see: dh_installdeb(1)
 
+set -e
+
 # summary of how this script can be called:
 #        * <postinst> `configure' <most-recently-configured-version>
 #        * <old-postinst> `abort-upgrade' <new version>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/amavisd-new/pkg-amavisd-new.git



More information about the Amavisd-new-commits mailing list