]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-menu-method
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postrm-menu-method
1 inst=/etc/menu-methods/#PACKAGE#
2 if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
3 if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi