Harmonizing update-alternatives priority across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
283b2474b2
commit
33a229fb3c
1 changed files with 1 additions and 1 deletions
2
debian/lzd.postinst
vendored
2
debian/lzd.postinst
vendored
|
@ -5,7 +5,7 @@ set -e
|
|||
case "${1}" in
|
||||
configure)
|
||||
update-alternatives --quiet \
|
||||
--install /usr/bin/lzip lzip /usr/bin/lzip.lzd 1
|
||||
--install /usr/bin/lzip lzip /usr/bin/lzip.lzd -2000
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
Loading…
Add table
Reference in a new issue