postrm-does-not-call-updatemenus

All reports of postrm-does-not-call-updatemenus for the archive. The extended description of this tag is:

Since the package installs a file in /etc/menu-methods, /usr/share/menu, or /usr/lib/menu, the package should probably call the update-menus command in it's postrm script.

For example, use the following code in your maintainer script:

     if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
    

Refer to Debian Menu System section 4.2 (Adding a hook for dpkg in your packages) for details.

Severity: important, Certainty: certain

Check: menus, Type: binary

This tag has not been emitted in any package tested by Lintian.