summaryrefslogtreecommitdiffstats
path: root/debian/lunzip.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:07:38 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 05:07:38 +0000
commit8336b5882cbb8c64b34e208024437a0b7c2e70b8 (patch)
treee3fe5c827d3e401eb9353d4c76d02e0d3f97e1a7 /debian/lunzip.postinst
parentAdding debian version 1.6-1. (diff)
downloadlunzip-8336b5882cbb8c64b34e208024437a0b7c2e70b8.tar.xz
lunzip-8336b5882cbb8c64b34e208024437a0b7c2e70b8.zip
Adding debian version 1.6-2.debian/1.6-2debian-jessie
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/lunzip.postinst')
-rw-r--r--debian/lunzip.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/lunzip.postinst b/debian/lunzip.postinst
index 4ed0891..9e7208e 100644
--- a/debian/lunzip.postinst
+++ b/debian/lunzip.postinst
@@ -5,8 +5,8 @@ set -e
case "${1}" in
configure)
update-alternatives --quiet \
- --install /usr/bin/lzip lzip /usr/bin/lzip.decompressor 10 \
- --slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.decompressor.1.gz
+ --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
;;
abort-upgrade|abort-remove|abort-deconfigure)