#!/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 
  asmodule=  "  Module  \"" $title""ifnempty($hotkey,"&"$hotkey) "\"      " \
		$command "\n"
  wm=        "  Restart \"" $title""ifnempty($hotkey,"&"$hotkey) "\"      " \
		$command "\n"
  x11fvwm=   "  Exec    \"" $title""ifnempty($hotkey,"&"$hotkey) "\" exec " \
		$command "\n"
  x11=       "  Exec    \"" $title""ifnempty($hotkey,"&"$hotkey) "\" exec " \
		$command "\n"
  text=      "  Exec    \"" $title""ifnempty($hotkey,"&"$hotkey) "\" exec " \
		 "/usr/X11R6/bin/xterm -T \"" $title "\" -e " $command "& \n"
endsupported
startmenu=   "PopUp \"" $section "\"\n  Title	\"" \
	ifelse($title,$title,"Debian Menu")"\"\n"
endmenu=     ifempty($title, \
	"  Popup \"Exit\"      Quit-Verify\n" \
	)"EndPopUp\n"
submenutitle="  Popup \"" $title cond_surr($icon,"%","%") "\" "\
              $section "\n"
genmenu=      "menudefs.hook"
preoutput="#Automatically generated file. Do not edit (see /usr/doc/menu/README)\n\n"
rootprefix="/etc/X11/asclassic/"
userprefix=".asclassic/"
mainmenutitle=""
