From 18a91ca9678191722db24090ca6500bbbbca4945 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 4 Mar 2007 23:20:29 +0000 Subject: [PATCH] Add #DEBHELPER# tokens to postinst/postrm (Debian packaging) Lintian cleanup; add #DEBHELPER# token to the end of postinst/postrm. --- debian/changelog | 2 ++ debian/postinst | 2 ++ debian/postrm | 2 ++ 3 files changed, 6 insertions(+) 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# -- 2.39.2