]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-menu-method
r434: added back (sigh)
[debhelper.git] / autoscripts / postrm-menu-method
1 inst=/etc/menu-methods/#PACKAGE#
2 if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi
3 if [ -x /usr/bin/update-menus ] ; then update-menus; fi