summaryrefslogtreecommitdiffstats
path: root/debian/pdlzip.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pdlzip.postinst')
-rw-r--r--debian/pdlzip.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/pdlzip.postinst b/debian/pdlzip.postinst
index 58513cc..f5200e8 100644
--- a/debian/pdlzip.postinst
+++ b/debian/pdlzip.postinst
@@ -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 2000 \
+ --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)