[SCM] Packaging of ack-grep in Debian branch, master, updated. debian/2.04-1-2-ga3b5530

gregor herrmann gregoa at debian.org
Sun May 12 21:56:29 UTC 2013


The following commit has been merged in the master branch:
commit feca6a7a9955a1ae1fdaecd98834d7322e4aed0c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 12 23:54:00 2013 +0200

    Remove obsolete conffile /etc/bash_completion.d/ack-grep.
    
    Thanks: Jakub Wilk for pointing out the mistake.

diff --git a/debian/ack-grep.postinst b/debian/ack-grep.postinst
new file mode 100644
index 0000000..a2dcc39
--- /dev/null
+++ b/debian/ack-grep.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+	dpkg-maintscript-helper rm_conffile \
+		/etc/bash_completion.d/ack-grep 2.04-2~ ack-grep -- "$@"
+fi
+
+#DEBHELPER#
diff --git a/debian/ack-grep.postrm b/debian/ack-grep.postrm
new file mode 100644
index 0000000..a2dcc39
--- /dev/null
+++ b/debian/ack-grep.postrm
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+	dpkg-maintscript-helper rm_conffile \
+		/etc/bash_completion.d/ack-grep 2.04-2~ ack-grep -- "$@"
+fi
+
+#DEBHELPER#
diff --git a/debian/ack-grep.preinst b/debian/ack-grep.preinst
new file mode 100644
index 0000000..a2dcc39
--- /dev/null
+++ b/debian/ack-grep.preinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+	dpkg-maintscript-helper rm_conffile \
+		/etc/bash_completion.d/ack-grep 2.04-2~ ack-grep -- "$@"
+fi
+
+#DEBHELPER#

-- 
Packaging of ack-grep in Debian



More information about the Pkg-perl-cvs-commits mailing list