summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-19 20:00:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-19 20:24:32 +0000
commitf78f454cf05a0fd82cce36e5b0e69968bed7922d (patch)
tree569bddbefc18f4d49b42223bb9a93cd22a0eb53c
parentReleasing debian version 20190301-lts1-1. (diff)
downloadopen-infrastructure-compute-tools-f78f454cf05a0fd82cce36e5b0e69968bed7922d.tar.xz
open-infrastructure-compute-tools-f78f454cf05a0fd82cce36e5b0e69968bed7922d.zip
Adding removal of previously forgotten mmdebstrap alternative to not leave cruft behind after package removal, thanks to Andreas Beckmann <anbe@debian.org> (Closes: #924092).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/open-infrastructure-container-tools.prerm1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.prerm b/debian/open-infrastructure-container-tools.prerm
index e03e056..efb7f50 100755
--- a/debian/open-infrastructure-container-tools.prerm
+++ b/debian/open-infrastructure-container-tools.prerm
@@ -4,6 +4,7 @@ set -e
case "${1}" in
remove|upgrade|deconfigure)
+ update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/mmdebstrap
update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/debootstrap
update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/progress-linux
update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/debian