From 7237ad60c184ae1d56d33f0ef9ae6af95d2cb9cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Thu, 26 Jan 2023 23:20:01 +0000 Subject: [PATCH] Core Update 173: Delete orphaned pixman library MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/173/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/173/update.sh b/config/rootfiles/core/173/update.sh index 73262e9563..fb7959d2ce 100644 --- a/config/rootfiles/core/173/update.sh +++ b/config/rootfiles/core/173/update.sh @@ -108,7 +108,8 @@ rm -rvf \ /usr/lib/libisccc-9.16.35.so \ /usr/lib/libisccfg-9.16.35.so \ /usr/lib/libltdl.so \ - /usr/lib/libns-9.16.35.so + /usr/lib/libns-9.16.35.so \ + /usr/lib/libpixman-1.so # Remove spandsp add-on, if installed for addon in spandsp; do -- 2.39.5