diff options
Diffstat (limited to 'debian/mailgraph.postrm')
-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 |