Fix lintian warning: maintainer-script-ignores-errors
authorSebastian Boehm <sebastian@sometimesfood.org>
Mon, 18 May 2015 12:23:16 +0000 (14:23 +0200)
committerSebastian Boehm <sebastian@sometimesfood.org>
Mon, 18 May 2015 12:37:39 +0000 (14:37 +0200)
debian/postinst [changed mode: 0644->0755]
debian/prerm [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 0cf3538..2b6ca88
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 if [ -x /usr/bin/apt-key ]; then
     /usr/bin/apt-key add /usr/share/keyrings/grml-debian-keyring.gpg
 fi
old mode 100644 (file)
new mode 100755 (executable)
index 58d0844..c8e1385
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 case "$1" in
     remove|purge)
        if [ -x /usr/bin/apt-key ]; then