]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
r434: added back (sigh)
[debhelper.git] / autoscripts / postinst-menu-method
1 inst=/etc/menu-methods/#PACKAGE#
2 if [ -x /usr/bin/update-menus -a -f $inst -a -x /usr/sbin/install-menu ] ; then
3         chmod a+x $inst
4         update-menus
5 fi