#!/usr/sbin/install-menu
#I need menu-1!
#
#NOTE: the first line of this script _must_ be
# equal to "#!/usr/sbin/install-menu", otherwise update-menus
# will feed this script old-compat-mode data.
#
#More info: /usr/doc/menu/README.
#
compat="menu-1"
supported 
 dwww="Com: " $extra " section=" $section ", title=" $title ", command=" $command\
   ifroot("Ik ben root", "ik ben user") \
	  " : " ifeq($title,"Emacs", "dit is emacs")\
	  " : " ifneq($title,"Emacs", "dit is geen emacs")\
	  " : " ifeqelse($title,"Emacs","Wel", "Niet")\
	   "\n"
endsupported
startmenu= "STA: " $extra " section=" $section ", title=" $title ", command=" $command "\n"
endmenu=     "ENDMENU\n"
submenutitle= "sub: " $extra " section=" $section ", title=" $title \
          ", command=" $command \
	  "\n"
#genmenu= ""
genmenu= "/hoi"
rootprefix="/home/joost/rommel/menu-hoi"
hotkeyexclude="E"
userprefix="/rommel/menu-hoi"
treewalk=")m(c"
mainmenutitle="Main Menu"

