From 67b978f6bd72a1b0dcef78407a85b5c7b1f68c39 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Sun, 11 Dec 2011 14:17:21 -0600 Subject: [PATCH 1/1] Fix lintian maintainer-script-without-set-e postinst --- debian/postinst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 96be353..198c57e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,4 @@ -#! /bin/sh -e +#! /bin/sh # postinst script for ca-certificates # # see: dh_installdeb(1) @@ -20,6 +20,8 @@ # installation fails and the `postinst' is called with `abort-upgrade', # `abort-remove' or `abort-deconfigure'. +set -e + each_value() { echo "$1" |tr ',' '\n' | sed -e 's/^[[:space:]]*//' } -- 2.39.2