]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
r1611: * dh_install: add --fail-missing option. Closes: #120026
[debhelper.git] / autoscripts / postinst-menu-method
1 inst=/etc/menu-methods/#PACKAGE#
2 if [ -x /usr/bin/update-menus ] && [ -f $inst ] ; then
3         chmod a+x $inst
4         update-menus
5 fi