#!/bin/sh
#
# /etc/cron/daily/mlocate: update the mlocate database
#

/usr/bin/updatedb

# End of file
