diff --git a/templates/findutils/files/updatedb.cron-daily b/templates/findutils/files/updatedb.cron-daily index b457cf81100..c581ac7f9d3 100755 --- a/templates/findutils/files/updatedb.cron-daily +++ b/templates/findutils/files/updatedb.cron-daily @@ -2,9 +2,5 @@ # Update the "locate" database if [ -x /usr/bin/updatedb ]; then - if [ -f /etc/updatedb.conf ]; then /usr/bin/updatedb - else - /usr/bin/updatedb -f proc - fi fi