[Pkg-mpd-commits] [pkg-mpc] 03/04: call rm_conffile on obsolete bash completion file
Florian Schlichting
fsfs at moszumanska.debian.org
Wed Sep 9 14:01:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository pkg-mpc.
commit 0d94bd8eea30c6dccdccdb5995c80898db6beeb0
Author: Florian Schlichting <fsfs at debian.org>
Date: Wed Sep 9 15:57:21 2015 +0200
call rm_conffile on obsolete bash completion file
---
debian/mpc.postinst | 9 +++++++++
debian/mpc.postrm | 9 +++++++++
debian/mpc.preinst | 9 +++++++++
3 files changed, 27 insertions(+)
diff --git a/debian/mpc.postinst b/debian/mpc.postinst
new file mode 100644
index 0000000..69617a6
--- /dev/null
+++ b/debian/mpc.postinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/mpc 0.27-2~ mpc -- "$@"
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/mpc.postrm b/debian/mpc.postrm
new file mode 100644
index 0000000..69617a6
--- /dev/null
+++ b/debian/mpc.postrm
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/mpc 0.27-2~ mpc -- "$@"
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/mpc.preinst b/debian/mpc.preinst
new file mode 100644
index 0000000..69617a6
--- /dev/null
+++ b/debian/mpc.preinst
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/bash_completion.d/mpc 0.27-2~ mpc -- "$@"
+
+#DEBHELPER#
+
+exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpc.git
More information about the Pkg-mpd-commits
mailing list