if [ "$1" = "configure" ]; then
    if [ -x /usr/sbin/mono-xsp-update.conf ]; then
	mono-xsp-update.conf || true
    fi
    if [ -x /usr/sbin/mono-server-update.conf ]; then
	mono-server-update.conf || true
    fi
fi
