Skip to content

Commit

Permalink
Fix lintian warning: maintainer-script-lacks-debhelper-token
Browse files Browse the repository at this point in the history
  • Loading branch information
sometimesfood committed May 18, 2015
1 parent b062ca1 commit 7d74b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/postinst
Expand Up @@ -5,3 +5,5 @@ set -e
if [ -x /usr/bin/apt-key ]; then
/usr/bin/apt-key add /usr/share/keyrings/grml-debian-keyring.gpg
fi

#DEBHELPER#
2 changes: 2 additions & 0 deletions debian/prerm
Expand Up @@ -9,3 +9,5 @@ case "$1" in
fi
;;
esac

#DEBHELPER#

0 comments on commit 7d74b92

Please sign in to comment.