From a270375e2edfc55d769c6e4476bcc5df9e6b358b Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Mon, 5 Dec 2016 16:35:33 +0100 Subject: Since bash completion was moved away from /etc, invoke rm_conffile in maintainer script --- debian/changelog | 7 +++++++ debian/multistrap.maintscript | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 debian/multistrap.maintscript diff --git a/debian/changelog b/debian/changelog index fcfd699..d3d8716 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +multistrap (2.2.7) UNRELEASED; urgency=medium + + * Since bash completion was moved away from /etc, invoke rm_conffile in + maintainer script (Thanks, Helmut Grohne) + + -- Johannes Schauer Mon, 05 Dec 2016 16:32:20 +0100 + multistrap (2.2.6) unstable; urgency=medium * Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of diff --git a/debian/multistrap.maintscript b/debian/multistrap.maintscript new file mode 100644 index 0000000..97d9014 --- /dev/null +++ b/debian/multistrap.maintscript @@ -0,0 +1,3 @@ +# see dh_installdeb(1) +# Lines in this file correspond to dpkg-maintscript-helper(1) commands and parameters. +rm_conffile /etc/bash_completion.d/multistrap 2.2.7~ multistrap -- cgit v1.2.3