From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/6] core192: Remove the old version of zlib Date: Wed, 15 Jan 2025 14:57:49 +0000 Message-ID: <20250115145750.1540971-5-michael.tremer@ipfire.org> In-Reply-To: <20250115145750.1540971-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2031567810197208794==" List-Id: --===============2031567810197208794== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- 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 ca3db5f54..983245af5 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 =20 +# Remove the old version of zlib +rm -rfv \ + /lib/libz.so.1.3.1 + # update linker config ldconfig =20 --=20 2.39.5 --===============2031567810197208794==--