]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
r542: * dh_installinit: Always start daemon on upgraded even if
[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