if [ "$1" = "configure" ]; then
	if [ -x "`which update-modules 2>/dev/null`" ]; then
		update-modules >/dev/null || [ "$?" = 3 ]
	fi
fi
