summaryrefslogtreecommitdiffstats
path: root/debian/lunzip.postinst
diff options
context:
space:
mode:
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)