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