core90: restart init after glibc update.

This commit is contained in:
Arne Fitzenreiter
2015-05-06 19:21:05 +02:00
parent ad39b30985
commit ba837e8842

View File

@@ -139,6 +139,10 @@ rm /srv/web/ipfire/html/images/flags/*
#Extract files
tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
#
# restart init because glibc was updated.
telinit u
# Remove old openssl libraries
rm -vf /usr/lib/libcrypto.so.0.9.8 /usr/lib/libssl.so.0.9.8