]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu
python distutils buildsystem: Propigate failure of pyversions. Closes: #683551 Thanks...
[debhelper.git] / autoscripts / postinst-menu
1 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
2         update-menus
3 fi