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-24 04:06:52 +01:00
parent 86686360b9
commit 141d00577c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 10 additions and 10 deletions

2
debian/plzip.prerm vendored
View file

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