summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-menu-method
blob: 03acde7f692ad5f4ab0ab3e76c406afe3001225f (plain)
1
2
3
4
5
inst=/etc/menu-methods/#PACKAGE#
if [ -x /usr/bin/update-menus -a -f $inst ] ; then
	chmod a+x $inst
	update-menus
fi