]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
r1703: * dh_cgonf: deal with problems if /etc/gconf/schemas doesn't exist any...
[debhelper.git] / autoscripts / postinst-menu-method
1 inst=/etc/menu-methods/#PACKAGE#
2 if [ -f $inst ]; then
3         chmod a+x $inst
4         if [ -x /usr/bin/update-menus ]; then
5                 update-menus
6         fi
7 fi