]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu
b56a34622bb97ececbb6f133bdae86fb6752ba66
[debhelper.git] / autoscripts / postinst-menu
1 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
2         update-menus
3 fi