From 63789c30bd10255d0df934b3d7c4de1298dbe5b0 Mon Sep 17 00:00:00 2001 From: Rhonda D'Vine Date: Tue, 12 Apr 2016 14:02:35 +0200 Subject: [PATCH] Add #DEBHELPER# to post{inst,rm} files --- debian/changelog | 1 + debian/postinst | 2 ++ debian/postrm | 2 ++ 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3e59092..5cb0ccf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ beep (1.3-4) unstable; urgency=low * Update my name. * Bump Standards-Version to 3.9.6. * Switch to source format 3.0 (quilt). + * Add #DEBHELPER# to post{inst,rm} files. -- diff --git a/debian/postinst b/debian/postinst index fd5cc68..dc97dc0 100644 --- a/debian/postinst +++ b/debian/postinst @@ -54,3 +54,5 @@ else chmod 0755 /usr/bin/beep fi fi + +#DEBHELPER# diff --git a/debian/postrm b/debian/postrm index b2c14e8..5310379 100644 --- a/debian/postrm +++ b/debian/postrm @@ -9,3 +9,5 @@ if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi + +#DEBHELPER# -- 2.39.2