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