#! /bin/sh
#
# cron script to update the `find.codes' database.
#
# Written by Ian A. Murdock <imurdock@debian.org>.

su nobody -c "cd / && updatedb" 2>/dev/null
