void-packages/srcpkgs/findutils/files/updatedb.cron-daily

7 lines
101 B
Text
Raw Normal View History

#!/bin/sh
# Update the "locate" database
if [ -x /usr/bin/updatedb ]; then
/usr/bin/updatedb
fi