From 77546e1df83a1319c215ef5fb3dfb026b88f3431 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Mon, 4 Jan 2010 21:02:45 +0100 Subject: Set the -e flag to postinst script --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 745ffdf..cbcb209 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,6 @@ #!/bin/sh -##set -x +set -e CONFIG=/etc/default/mailgraph CONFIG_BAK=/etc/default/mailgraph.bak -- cgit v1.2.3