diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-19 20:00:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-19 20:00:56 +0000 |
commit | 54eeb79d59b9c52bb0be065deed1acd53f3802e2 (patch) | |
tree | df89fc435fe62df6cc21615d1bd3e1b47a136528 | |
parent | Merging upstream version 20190319. (diff) | |
download | open-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-x | debian/open-infrastructure-container-tools.prerm | 1 |
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 |