Stage2 semble compléter ok
[hvlinux.git] / stage2 / post-install
index 3e65624..cee7e86 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/bash
-set -o errexit
 
 # Reading system configuration informations, functions and package versions.
 source ../sysinfos
@@ -32,4 +31,6 @@ chown -v root:root /tmp
 chown -v root:root /var
 chown -v root:root /var/log
 
+ldconfig
+
 exit $?