Skip to content

Commit

Permalink
Fix lintian warning: maintainer-script-ignores-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sometimesfood committed May 18, 2015
1 parent aeb0ac9 commit b062ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/postinst 100644 → 100755
@@ -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
2 changes: 2 additions & 0 deletions debian/prerm 100644 → 100755
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

case "$1" in
remove|purge)
if [ -x /usr/bin/apt-key ]; then
Expand Down

0 comments on commit b062ca1

Please sign in to comment.