summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-menu-method
blob: 2e0faed72bb04a91a56a50f41ed2bb79d5f0dc7f (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