]> git.ipfire.org Git - people/jschlag/ipfire-2.x.git/commitdiff
core100: update linker config
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Mar 2016 21:52:03 +0000 (22:52 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Mar 2016 21:52:03 +0000 (22:52 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/100/update.sh

index 9e48d3aec63c5986554960aed077d5f6fa74e7a3..931930a423e259764d47a93838d47e2ae8a107c1 100644 (file)
@@ -139,7 +139,8 @@ esac
 # Extract files
 tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
 
-
+# update linker config
+ldconfig
 
 # Check diskspace on boot
 BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`