core/slocate/slocate

9 lines
104 B
Bash

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