 #!/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/html.
#
compat="menu-1"
supported 
#  wm  ="  echo '\"" $title ":wm2 exit;" esc($command,"\"") \""'\n"
   x11 ="  echo '\"" $title ":" esc($command,"\"") "\"'\n"
   text="  echo '\"" $title ":xterm -title \"" $title "\" -e " esc($command,"\"") "\"'\n"
endsupported
startmenu=   "function $section () {\n"
endmenu=     "}\n"
submenutitle=" echo \"\\\"" $title ":$config  --menu " $section "\\\"\"\n"
rcfile=      "system.wm2rc"
genmenu=     "menudefs.hook"
examplercfile="system.wm2rc-menu"
rootprefix=   "/etc/X11/wm2/"
userprefix=   "/.wm2/"
mainmenutitle="Debian"
