#!/bin/sh
#
# getPackageRoot - Get the root of the apps "package"
#
# The "package" root is defined to be the directory in which is contained
# all the files, directories and subdirectories associated with the 
# application. Note they may be then copied, or linked elswhere in a
# filesystem. Typical locations for such package directories are
#
#	/opt       /home	/usr
#
# Note: No such package directory need exist, and often does not
#       as files are frequently directly loaded into a filesystem,
#	either co-located as in /usr/local or scattered individually.
#
# If this value is set, then during the install all the app files
# are initially installed under the PackageRoot then symbolical
# links are set based on the getInstall* specifications.
#


# By default we don't do this. On Solaris we use /opt

