core/mlocate/mlocate
Juergen Daubert 09ec296f78 mlocate: initial release
thought long about creating an empty /var/lib/mlocate/mlocate.db within
the port or not. Decided to do not, because its boring if with every new
update of the port, the database is rubbed out and the user has to run
updatedb to get back a functional locate.
2008-10-31 10:37:40 +01:00

9 lines
103 B
Bash

#!/bin/sh
#
# /etc/cron/daily/mlocate: update the mlocate database
#
/usr/bin/updatedb
# End of file