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