]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
[debhelper.git] / autoscripts / postinst-menu
1 if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi