From: Peter Müller Date: Tue, 12 Apr 2022 11:54:27 +0000 (+0000) Subject: Core Update 167: Do not delete a file that should not have been deleted X-Git-Tag: v2.27-core167~3^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8d047f562f5aef6769ee44380dec81332cb904e;p=ipfire-2.x.git Core Update 167: Do not delete a file that should not have been deleted My fault, again. Fixes: #12841 Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/167/update.sh b/config/rootfiles/core/167/update.sh index fdcb843cf8..f771f5766d 100644 --- a/config/rootfiles/core/167/update.sh +++ b/config/rootfiles/core/167/update.sh @@ -272,7 +272,6 @@ rm -rvf \ /usr/lib/libxslt.so \ /usr/lib/pango \ /usr/lib/perl5/site_perl/5.30.0 \ - /usr/lib/perl5/site_perl/5.32.1/Net/IP.pm \ /usr/lib/python3.8/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl \ /usr/lib/python3.8/idlelib/Icons/idle.icns \ /usr/lib/python3.8/lib2to3/Grammar3.8.1.final.0.pickle \