Replace makewhatis with mandb
This commit is contained in:
parent
e3840e66ba
commit
dedc97f491
@ -361,7 +361,7 @@ echo "Packages within this LiveCD"
|
|||||||
rpm -qa
|
rpm -qa
|
||||||
|
|
||||||
# go ahead and pre-make the man -k cache (#455968)
|
# go ahead and pre-make the man -k cache (#455968)
|
||||||
/usr/sbin/makewhatis -w
|
/usr/bin/mandb
|
||||||
|
|
||||||
# save a little bit of space at least...
|
# save a little bit of space at least...
|
||||||
rm -f /boot/initramfs*
|
rm -f /boot/initramfs*
|
||||||
|
@ -377,7 +377,7 @@ rm -f /var/lib/rpm/__db*
|
|||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
|
||||||
|
|
||||||
# go ahead and pre-make the man -k cache (#455968)
|
# go ahead and pre-make the man -k cache (#455968)
|
||||||
/usr/sbin/makewhatis -w
|
/usr/bin/mandb
|
||||||
|
|
||||||
# save a little bit of space at least...
|
# save a little bit of space at least...
|
||||||
rm -f /boot/initrd*
|
rm -f /boot/initrd*
|
||||||
|
Loading…
Reference in New Issue
Block a user