From 44ad7eec9941116689fdfbc2cd654cbb15e26fad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Feb 2025 19:18:37 +0100 Subject: [PATCH] Harmonizing update-alternatives priority across all lzip-alternative providing packages. Signed-off-by: Daniel Baumann --- debian/pdlzip.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/pdlzip.postinst b/debian/pdlzip.postinst index 4512b3f..f5200e8 100644 --- a/debian/pdlzip.postinst +++ b/debian/pdlzip.postinst @@ -5,7 +5,7 @@ set -e case "${1}" in configure) update-alternatives --quiet \ - --install /usr/bin/lzip lzip /usr/bin/lzip.pdlzip 20 \ + --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 ;;