From bb0dff6f0b8c1b86f614a783951778c0fb0f569d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Jan 2025 14:57:49 +0000 Subject: [PATCH] core192: Remove the old version of zlib Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/192/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/192/update.sh b/config/rootfiles/core/192/update.sh index 89396e2df..2e874fd66 100644 --- a/config/rootfiles/core/192/update.sh +++ b/config/rootfiles/core/192/update.sh @@ -88,6 +88,10 @@ rm -rvf \ # Extract files extract_files +# Remove the old version of zlib +rm -rfv \ + /lib/libz.so.1.3.1 + # update linker config ldconfig -- 2.39.5