#!/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 
  fvwmmodule="  Exec    \"" $title "\"      " $command "\n"
  wm=        "  Restart \"" $title "\"      " $command "\n"
  x11fvwm=  "  Exec    \"" $title "\" exec " $command "\n"
  x11=       "  Exec    \"" $title "\" exec " $command "\n"
  text=      "  Exec    \"" $title "\" exec   /usr/bin/X11/xterm -T \""\
              $title "\" -e " $command "&\n"
endsupported
startmenu=   "PopUp \"" $section "\"\n"
endmenu=     "EndPopUp\n"
submenutitle="  Popup \"" $title cond_surr($icon,"%","%") "\""\
              $section "\n"
genmenu=      "menudefs.hook"
rcfile=       "system.steprc"
examplercfile="system.steprc-menu"
rootprefix="/etc/X11/afterstep/"
userprefix=".afterstep/"
mainmenutitle="DebianMenu"
