inst=/etc/menu-methods/#PACKAGE#
if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x "$(command -v update-menus)" ] && [ -x "$DPKG_ROOT$(command -v update-menus)" ]; then update-menus ; fi
