#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/del-menu - delete menu # # Creation: 2001-12-09 ms # Last Update: $Id$ # # Copyright (c) 2001-@@YEAR@@ the eisfair team, team(at)eisfair(dot)org # # Usage: # # old style version (for non XML-menus) # ------------------------------------- # # del-menu shell-script menu-file # # shell-script absolute filename of a shell-script # # menu-file absolute filename of menu-file # # The line containing # shell-script # is removed from the menu-file if the line exists # # new style version (for XML-menus) # --------------------------------- # # del-menu [opt-parameter] menu-file sub-menu-file # del-menu [opt-parameter] menu-file script-file # # optional parameter: # --quiet suppress all normal output # # --package package # use package="package" attribute to select correct line # See description below! # # menu-file filename relativ to menupath /var/install/menu # # sub-menu-file filename relativ to menupath /var/install/menu # # The line containing # # is removed from the menu-file if the line exists. # # script-file filename relativ to /var/install/bin or absolute path # # The line containing #