]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-menu-method
Updated French man page translation. Closes: #685560
[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 "`which update-menus 2>/dev/null`" ]; then
5                 update-menus
6         fi
7 fi