]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
[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