Harmonizing update-alternatives priority across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8bc7e9e7d
commit
a957bbdf3a
1 changed files with 1 additions and 1 deletions
2
debian/lunzip.postinst
vendored
2
debian/lunzip.postinst
vendored
|
@ -5,7 +5,7 @@ set -e
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
configure)
|
configure)
|
||||||
update-alternatives --quiet \
|
update-alternatives --quiet \
|
||||||
--install /usr/bin/lzip lzip /usr/bin/lzip.lunzip 10 \
|
--install /usr/bin/lzip lzip /usr/bin/lzip.lunzip -1000 \
|
||||||
--slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.lunzip.1.gz
|
--slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.lunzip.1.gz
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue