]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-menu-method
r477: * Check that update-modules is present before running it, since modutils
[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