#! /bin/sh
#----------------------------------------------------------------------------
# /var/install/bin/add-menu - add a menu entry
#
# Copyright (c) 2001-2005 The Eisfair Team, c/o Frank Meyer, frank(at)eisfair(dot)org
#
# Creation: 04.11.2001 fm
# Last Update: $Id$
#
# Usage:
#
# old style version (for non XML-menus)
# -------------------------------------
#
# add-menu menu-file shell-script comment
#
# menu-file absolute filename of menu-file
#
# The new entry
# shell-script comment
# is added to the end of the menu-file
# if such a line does not already exist.
#
# shell-script absolute filename of a shell-script
#
# This shell-scripts is called e.g. to
# display a new menu.
#
# comment comment to display in the menu
#
# new style version (for XML-menus)
# ---------------------------------
#
# add-menu [-menu] menu-file sub-menu-file comment
# add-menu -script menu-file script-file comment
#
# -menu add