summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-menu
blob: b56a34622bb97ececbb6f133bdae86fb6752ba66 (plain)
1
2
3
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
	update-menus
fi