Harmonizing update-alternatives handling across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
18c5cfb395
commit
283b2474b2
3 changed files with 4 additions and 4 deletions
2
debian/lzd.prerm
vendored
2
debian/lzd.prerm
vendored
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
case "${1}" in
|
||||
remove|upgrade|deconfigure)
|
||||
update-alternatives --quiet --remove lzip /usr/bin/lzip.educational-decompressor
|
||||
update-alternatives --quiet --remove lzip /usr/bin/lzip.lzd
|
||||
;;
|
||||
|
||||
failed-upgrade)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue