]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu
r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of
[debhelper.git] / autoscripts / postinst-menu
1 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
2         update-menus
3 fi