Harmonizing update-alternatives priority across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f5a49e7dc0
commit
44ad7eec99
1 changed files with 1 additions and 1 deletions
2
debian/pdlzip.postinst
vendored
2
debian/pdlzip.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.pdlzip 20 \
|
--install /usr/bin/lzip lzip /usr/bin/lzip.pdlzip 2000 \
|
||||||
--slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.pdlzip.1.gz
|
--slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.pdlzip.1.gz
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue