Harmonizing update-alternatives handling across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9ad3765d39
commit
89e2f9fbcf
3 changed files with 10 additions and 10 deletions
2
debian/lziprecover.prerm
vendored
2
debian/lziprecover.prerm
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue