File: postinst-menu-method

package info (click to toggle)
debhelper 4.0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 684 kB
  • ctags: 49
  • sloc: perl: 2,095; makefile: 218
file content (5 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (2)
1
2
3
4
5
inst=/etc/menu-methods/#PACKAGE#
if [ -x /usr/bin/update-menus -a -f $inst ] ; then
	chmod a+x $inst
	update-menus
fi