#!/bin/sh
# <BEGIN COPYRIGHT>
# This file is part of the "Bad Penguin" GNU/Linux distribution
# Copyright (C) 1997-98-99 by Antonio GALLO aka AGX
# Home Page at ......: http://www.badpenguin.org
# Home Page at ......: http://www.linux.it/~agx/
# e-mail contact ....: mailto:agx@linux.it	mailto:agx@geocities.com
# This program is distributed under the GNU General Public License
# You are not allowed to remove the copyright notice
# <END COPYRIGHT>

 echo
 echo         "================================================="
 echoc RED    "AGX Package Management"
 echoc BLUE   "$SETUP_VERSION"
 echoc YELLOW "@1998-99 by Antonio Gallo <agx@toglimi.linux.it>"
 echo         "================================================="
 echo
 echoc GREEN "Installazione veloce:  setup /cdrom/agxlinux/packages/base/mc.bpp"
 echo "Installazione remota  :  setup --install pkgname.bpp [TargetDir]"
 echo "Installa dipendenze   :  setup --finalize [/cdrom] [TargetDir]"
 echo "Configura pacchetti   :  setup --post-install"
 echo "Configura pacchetti X :  setup --x-post-install (solo da X-Window)"
 echo "Rimuove eseguibili    :  setup --remove pkgname[.bpp] [target_dir]"
 echo "Rimuove anche i dati  :  setup --purge pkgname[.bpp] [target_dir]"  
 echo "Rinfresca installaz.  :  setup --update pkgname[.bpp] [target_dir]"
 echo "Ripristina file       :  setup --restore pkgname[.bpp] [target_dir]"
 echo "Controlla file        :  setup --check pkgname[.bpp] [target_dir]"
 echo "Controlla tutti i file:  (TODO) setup--checkall"
 echo "Upgrade di tutti i pkg:  (TODO) setup --upgrade [/cdrom] [target_dir]"
 #
 echo
 echo "Opzioni disponibili:"
 echo "   -v --verbose : visualizza informazioni di debug"
 echo "   -v -v        : visualizza molte informazioni di debug"
 echo "   -f --force   : forza il comando senza chiedere conferme"
 echo "      --relaxed : annulla il comando senza chiedere conferme"
 echo 

USCITA=0
exit 0
