summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-menu-method
blob: 0d573fd0d16bba693ab66b058dbcadf0593ba7b4 (plain)
1
2
3
inst=/etc/menu-methods/#PACKAGE#
if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi