From 6ab8ac3fe70febab6a2dadeef5dd611d540c2b28 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 29 Aug 2010 20:35:39 +0200 Subject: Add forgotten debhelper token in the postrm script --- debian/mailgraph.postrm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3