]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
filesystem-cleanup: Ensure the linker cache is always up to date core203 master
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jul 2026 13:58:38 +0000 (13:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jul 2026 10:32:24 +0000 (10:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/filesystem-cleanup

index 60e33a772e0578c061c4b6211984de05d7843b69..17cbfb8d39ba41bec8e2e8ff750612b438333bfc 100644 (file)
@@ -101,6 +101,11 @@ main() {
                        done
                done
        done
+
+       # Update the linker cache again (just in case)
+       ldconfig
+
+       return 0
 }
 
 main "$@" || exit $?