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 +# Remove the old version of zlib +rm -rfv \ + /lib/libz.so.1.3.1 + # update linker config ldconfig -- 2.39.5