Sample Upgrade Script (cont.)
if [ "$InfoLevel" -ge "$DebugMsg" ]
/bin/echo "UpdateClearCase (debug) - ClearCase is installed"
# determine type of installation
if [ -h $ClearCaseDestPath ]
# the location is a symlink, so it is a link install
# determine if the install model is full copy or mount install
Temp1=`cd $ClearCaseDestPath; /bin/df . | /bin/grep "^/"`