]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-menu-method
r365: * dh_installxfonts: corrected a problem during package removal that was
[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