Harmonizing update-alternatives handling across all lzip-alternative providing packages.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b399d8ecda
commit
f5a49e7dc0
3 changed files with 7 additions and 7 deletions
4
debian/pdlzip.postinst
vendored
4
debian/pdlzip.postinst
vendored
|
@ -5,8 +5,8 @@ set -e
|
|||
case "${1}" in
|
||||
configure)
|
||||
update-alternatives --quiet \
|
||||
--install /usr/bin/lzip lzip /usr/bin/lzip.public-domain 20 \
|
||||
--slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.public-domain.1.gz
|
||||
--install /usr/bin/lzip lzip /usr/bin/lzip.pdlzip 20 \
|
||||
--slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.pdlzip.1.gz
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue