Add prelink in. See bug: 679880

This commit is contained in:
Kevin Fenzi 2011-04-02 18:41:38 -06:00
parent 81d962bdc9
commit 45ad6629a1
2 changed files with 8 additions and 0 deletions

View File

@ -305,6 +305,10 @@ rm -f /var/lib/rpm/__db*
# go ahead and pre-make the man -k cache (#455968)
/usr/bin/mandb
# run prelink to prelink everything installed. This should prevent prelink
# from causing massive changes on systems booted longer than a day.
/usr/sbin/prelink -a
# save a little bit of space at least...
rm -f /boot/initramfs*
# make sure there aren't core files lying around

View File

@ -378,6 +378,10 @@ rm -f /var/lib/rpm/__db*
# go ahead and pre-make the man -k cache (#455968)
/usr/bin/mandb
# run prelink to prelink everything installed. This should prevent prelink
# from causing massive changes on systems booted longer than a day.
/usr/sbin/prelink -a
# save a little bit of space at least...
rm -f /boot/initrd*
# make sure there aren't core files lying around