]> git.deb.at Git - pkg/beep.git/commitdiff
Add #DEBHELPER# to post{inst,rm} files
authorRhonda D'Vine <rhonda@deb.at>
Tue, 12 Apr 2016 12:02:35 +0000 (14:02 +0200)
committerRhonda D'Vine <rhonda@deb.at>
Tue, 12 Apr 2016 12:02:35 +0000 (14:02 +0200)
debian/changelog
debian/postinst
debian/postrm

index 3e59092f98866e8cc91b56eb2fbe0480075be59a..5cb0ccf2712d294c2a6cfe6fdc0fa1fcc9ebcb02 100644 (file)
@@ -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.
 
  -- 
 
index fd5cc68246e1fd4a68f18d3f7068a33b3c667385..dc97dc008b2eab87d1fc39fd176c16e884a7f055 100644 (file)
@@ -54,3 +54,5 @@ else
                chmod 0755 /usr/bin/beep
        fi
 fi
+
+#DEBHELPER#
index b2c14e8c46a57e1e0e8193566d8df1f375212ed9..5310379e122e1bcfd4e19592a0aec9d845f5bf6e 100644 (file)
@@ -9,3 +9,5 @@ if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
        db_purge
 fi
+
+#DEBHELPER#