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