#!/bin/sh -e

CONF=/etc/updatedb.conf
if [ -s "$CONF" ]; then
	. "$CONF"
fi

exec /usr/sbin/mklocatedb
