inst=/etc/menu-methods/#PACKAGE#
if [ -f $inst ]; then
	chmod a+x $inst
	if [ -x /usr/bin/update-menus ]; then
		update-menus
	fi
fi
