#!/bin/sh
#
# /etc/cron/daily/slocate - update the slocate database
#

/usr/bin/slocate -u

# EOF
