From: Peter Müller Date: Sat, 3 Dec 2022 10:39:25 +0000 (+0100) Subject: Core Update 172: Do not delete liblzma.so.5.2.5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=41dfd30c9a34faeff8d8cd549e5583ad2919ce4f;p=people%2Fms%2Fipfire-2.x.git Core Update 172: Do not delete liblzma.so.5.2.5 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 --- 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 \