From ef1f53061f9ecc4b60bdc004a9abc8b3b7ec0614 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Feb 2025 04:07:17 +0100 Subject: [PATCH] Harmonizing update-alternatives priority across all lzip-alternative providing packages. Signed-off-by: Daniel Baumann --- debian/plzip.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/plzip.postinst b/debian/plzip.postinst index 3f8326c..22a74b5 100644 --- a/debian/plzip.postinst +++ b/debian/plzip.postinst @@ -5,7 +5,7 @@ set -e case "${1}" in configure) update-alternatives --quiet \ - --install /usr/bin/lzip lzip /usr/bin/lzip.plzip 200 \ + --install /usr/bin/lzip lzip /usr/bin/lzip.plzip 6000 \ --slave /usr/share/info/lzip.info.gz lzip.info.gz /usr/share/info/lzip.plzip.info.gz \ --slave /usr/share/man/man1/lzip.1.gz lzip.1.gz /usr/share/man/man1/lzip.plzip.1.gz ;;