Skip to content

Commit

Permalink
Add debhelper token to postinst/prerm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcenery committed Feb 8, 2010
1 parent 69ff201 commit 6a198f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/ipheth-dkms.postinst
Expand Up @@ -37,3 +37,5 @@ case "$1" in
;;
esac

#DEBHELPER#

2 changes: 2 additions & 0 deletions debian/ipheth-dkms.prerm
Expand Up @@ -14,3 +14,5 @@ case "$1" in
;;
esac

#DEBHELPER#

2 changes: 2 additions & 0 deletions debian/ipheth-utils.postinst
Expand Up @@ -16,3 +16,5 @@ case "$1" in
;;
esac

#DEBHELPER#

2 changes: 2 additions & 0 deletions debian/ipheth-utils.prerm
Expand Up @@ -7,3 +7,5 @@ case "$1" in
;;
esac

#DEBHELPER#

0 comments on commit 6a198f2

Please sign in to comment.