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