]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-menu-method
3e63f2f422585d9a8c995c059f12a2ebd12caef8
[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