Sample Upgrade Script
- This is a sample install script. It is intended for example purposes only, and there is no promise made that it even works
# UpdateClearCase - Updates ClearCase on this machine
# This script determines if clearcase is already installed. If not, it aborts
# If clearcase is installed it determines the following:
# - the current install model
# - if an update is needed
# The script checks to make sure the machine type exists (if not, abort).
# The script then checks the release area version info vs the local machine
# version info. If there is a match, no work is needed.
# Finally, if an update is needed, the install is done.