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:00:56 +0000
commit54eeb79d59b9c52bb0be065deed1acd53f3802e2 (patch)
treedf89fc435fe62df6cc21615d1bd3e1b47a136528
parentMerging upstream version 20190319. (diff)
downloadopen-infrastructure-compute-tools-54eeb79d59b9c52bb0be065deed1acd53f3802e2.tar.xz
open-infrastructure-compute-tools-54eeb79d59b9c52bb0be065deed1acd53f3802e2.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 5083ca6..49a9470 100755
--- a/debian/open-infrastructure-container-tools.prerm
+++ b/debian/open-infrastructure-container-tools.prerm
@@ -5,6 +5,7 @@ set -e
case "${1}" in
remove|upgrade|deconfigure)
update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/curl
+ 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