#! /bin/sh

if [ -x /usr/libexec/locate.updatedb ]
then
	echo /usr/libexec/locate.updatedb | nice  -n 5 su  -fm nobody
fi
