Subversion Repositories livecd

Rev

Rev 93 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 95
Line 752... Line 752...
752
 
752
 
753
###############################################################
753
###############################################################
754
# Update locate db, prelink, makewhatis
754
# Update locate db, prelink, makewhatis
755
###############################################################
755
###############################################################
756
 
756
 
757
### run slocate
757
### run updatedb
758
if [ -x /usr/bin/updatedb ]; then
758
if [ -x /usr/bin/updatedb ]; then
759
    echo "Run updatedb..."
759
    echo "Run updatedb..."
760
    . /etc/updatedb.conf 2>/dev/null
760
    . /etc/updatedb.conf 2>/dev/null
761
    rpm -q mlocate >/dev/null
761
    rpm -q mlocate >/dev/null
762
    if [ "$?" = "0" ]; then
762
    if [ "$?" = "0" ]; then