From: Jonathan McDowell Date: Sun, 4 Mar 2007 23:20:29 +0000 (+0000) Subject: Add #DEBHELPER# tokens to postinst/postrm (Debian packaging) X-Git-Tag: 0.3.4~12 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=18a91ca9678191722db24090ca6500bbbbca4945 Add #DEBHELPER# tokens to postinst/postrm (Debian packaging) Lintian cleanup; add #DEBHELPER# token to the end of postinst/postrm. --- diff --git a/debian/changelog b/debian/changelog index faea813..19fc04c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ onak (0.3.3+arch-1) unstable; urgency=low * Tag as arch version. + * Lintian cleanups + * Add #DEBHELPER# tokens to postinst/postrm. -- Jonathan McDowell Sun, 04 Mar 2007 23:16:51 +0000 diff --git a/debian/postinst b/debian/postinst index a1de8b8..9770352 100644 --- a/debian/postinst +++ b/debian/postinst @@ -45,3 +45,5 @@ if [ "$1" = "configure" ]; then fi fi + +#DEBHELPER# diff --git a/debian/postrm b/debian/postrm index da170ac..89569be 100644 --- a/debian/postrm +++ b/debian/postrm @@ -11,3 +11,5 @@ if [ "$1" = "purge" ]; then rm -f /var/log/onak.log{,.1,.*.gz} fi + +#DEBHELPER#