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