#!/bin/sh

#	prereqScript
#
#	Derived from:	New script
#
#	Author:		Anthony Shaughnessy
#
#	Created on:	23rd July 1993
#
#	Sccs ID:	@(#)prereqScript.sh	1.1 7/26/93
#
#	Coding Stds.:	2.0
#
#	Purpose:	This script is called by the instwrap program when it
#			detects that inst has complained about the installation
#			due to a missing prerequisite. It only really needs to
#			output a meaningful message, with some hints as to 
#			what the user can do about it. This is because the
#			output from inst is directed to /dev/null, and so the
#			user does not see the inst error messages.
#

echo "The installation has failed because some prerequisite software packages
were not present on the system.
SoftPC requires the following software packages to be present for installation
to take place:

         eoe1.sw.unix       Basic IRIX
         eoe2.sw.X11        X11 Execution Environment
         eoe2.sw.Xfonts     X11 Fonts

Please ensure that all of these packages are installed on your system before
attempting to reinstall."
