summaryrefslogtreecommitdiffstats
path: root/debian/clzip.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/clzip.postinst')
-rw-r--r--debian/clzip.postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/clzip.postinst b/debian/clzip.postinst
index abe240a..e1af1a7 100644
--- a/debian/clzip.postinst
+++ b/debian/clzip.postinst
@@ -5,9 +5,9 @@ set -e
case "${1}" in
configure)
update-alternatives --quiet \
- --install /usr/bin/lzip lzip /usr/bin/lzip.c 30 \
- --slave /usr/share/info/lzip.info.gz lzip.info.gz /usr/share/info/lzip.c.info.gz \
- --slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.c.1.gz
+ --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
;;
abort-upgrade|abort-remove|abort-deconfigure)