summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-menu-method
blob: 3e63f2f422585d9a8c995c059f12a2ebd12caef8 (plain)
1
2
3
inst=/etc/menu-methods/#PACKAGE#
if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x /usr/bin/update-menus ] ; then update-menus; fi