]> git.donarmstrong.com Git - ca-certificates.git/blobdiff - debian/postinst
Fix lintian maintainer-script-without-set-e postinst
[ca-certificates.git] / debian / postinst
index 96be353d495e9e301e657d9df70c9fbce43dde69..198c57e0bc245aedc61c54dbcc17d1ee34ab1c33 100644 (file)
@@ -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:]]*//' 
 }