diff --git a/debian/lunzip.postinst b/debian/lunzip.postinst index d293d15..9e7208e 100644 --- a/debian/lunzip.postinst +++ b/debian/lunzip.postinst @@ -5,7 +5,7 @@ set -e case "${1}" in configure) update-alternatives --quiet \ - --install /usr/bin/lzip lzip /usr/bin/lzip.lunzip 10 \ + --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 ;;