From 41dfd30c9a34faeff8d8cd549e5583ad2919ce4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 3 Dec 2022 11:39:25 +0100 Subject: [PATCH] Core Update 172: Do not delete liblzma.so.5.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Again, xz currently present on an IPFire machine is linked against this. Thus, deleting this file causes the unpack routine to fail, which is why we should have never deleted it in the first place. Reported-by: Adolf Belka Signed-off-by: Peter Müller --- config/rootfiles/core/172/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh index 4752b4cc89..3c751d6e0c 100644 --- a/config/rootfiles/core/172/update.sh +++ b/config/rootfiles/core/172/update.sh @@ -81,7 +81,6 @@ rm -rvf \ /usr/lib/libisc-9.16.33.so \ /usr/lib/libisccc-9.16.33.so \ /usr/lib/libisccfg-9.16.33.so \ - /usr/lib/liblzma.so.5.2.5 \ /usr/lib/libnetfilter_conntrack.so.3.7.0 \ /usr/lib/libns-9.16.33.so \ /usr/lib/libpng16.so.16.37.0 \ -- 2.39.5