diff options
author | Julien Valroff <julien@kirya.net> | 2010-08-29 20:35:39 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-08-29 20:35:39 +0200 |
commit | 6ab8ac3fe70febab6a2dadeef5dd611d540c2b28 (patch) | |
tree | 7e25e48118516d759c33e795fe19d3d75442c2b9 /debian | |
parent | e87d759bed29163c5b4a4741a456ef1e76a2171c (diff) |
Add forgotten debhelper token in the postrm script
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mailgraph.postrm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/mailgraph.postrm b/debian/mailgraph.postrm index 7b631d4..e3cb08d 100644 --- a/debian/mailgraph.postrm +++ b/debian/mailgraph.postrm @@ -34,5 +34,10 @@ case "$1" in exit 0;; esac +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + exit 0 |