From: Michael Tremer Date: Wed, 8 Jul 2026 13:58:38 +0000 (+0000) Subject: filesystem-cleanup: Ensure the linker cache is always up to date X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe7be8636b2b964edb7cd4e0edad40a61577f294;p=ipfire-2.x.git filesystem-cleanup: Ensure the linker cache is always up to date Signed-off-by: Michael Tremer --- diff --git a/src/scripts/filesystem-cleanup b/src/scripts/filesystem-cleanup index 60e33a772..17cbfb8d3 100644 --- a/src/scripts/filesystem-cleanup +++ b/src/scripts/filesystem-cleanup @@ -101,6 +101,11 @@ main() { done done done + + # Update the linker cache again (just in case) + ldconfig + + return 0 } main "$@" || exit $?