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