1
0
Fork 0

Harmonizing update-alternatives handling across all lzip-alternative providing packages.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-21 11:22:29 +01:00
parent 9ad3765d39
commit 89e2f9fbcf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@ set -e
case "${1}" in
remove|upgrade|deconfigure)
update-alternatives --quiet --remove lzip /usr/bin/lzip.recover
update-alternatives --quiet --remove lzip /usr/bin/lzip.lziprecover
;;
failed-upgrade)