if [ "$1" = "configure" ]; then
	if [ -x "`which defoma-app 2>/dev/null`" ]; then
		defoma-app update #PACKAGE#
	fi
fi
