From: Rhonda D'Vine Date: Tue, 12 Apr 2016 12:02:35 +0000 (+0200) Subject: Add #DEBHELPER# to post{inst,rm} files X-Git-Tag: debian/1.3-4~5 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=63789c30bd10255d0df934b3d7c4de1298dbe5b0;hp=446acb08f9ce37148102761bae5270ac9ad5c311;p=pkg%2Fbeep.git Add #DEBHELPER# to post{inst,rm} files --- 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#