#! /bin/sh
# Disallow database updates, at the moment.
exit 0

if [ -x /usr/bin/updatedb ]
then
	if [ -f /etc/updatedb.conf ]
	then /usr/bin/updatedb
	else /usr/bin/updatedb -f proc
	fi
fi
