From a957bbdf3a45078ba67159de7869d1615a65e0a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 22:19:04 +0100 Subject: [PATCH] Harmonizing update-alternatives priority across all lzip-alternative providing packages. Signed-off-by: Daniel Baumann --- debian/lunzip.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;