]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
d3ef636264b6abdd209a29d3123aefb7ba96ca5f
[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