Make the cache for 'man -k' to be able to work by default (#455968)

This commit is contained in:
Jeremy Katz 2008-08-11 10:52:18 -04:00
parent 50929c433e
commit 58b5bff26e
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ chmod 755 /etc/rc.d/init.d/fedora-late-live
rm -f /var/lib/rpm/__db*
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
# go ahead and pre-make the man -k cache (#455968)
/usr/sbin/makewhatis -w
# save a little bit of space at least...
rm -f /boot/initrd*
# make sure there aren't core files lying around