#!/bin/sh
#
# Copyright (c) 2001, PerfCap Corporation, Nashua NH
# All Rights Reserved
#
  if [ -d /usr/openwin/lib/app-defaults ]
  then
       ln -s $PERFCAP_ROOT/settings/perfcap.dat /usr/openwin/lib/app-defaults/PerfCap
  fi
#  echo "version" > $PERFCAP_ROOT/settings/.install_plan

  /usr/bin/echo "+---------------------------------------------------------------------+"
  /usr/bin/echo " eCAP Capacity Planner installed, access it with $PERFCAP_ROOT/bin/ecap_plan "
  /usr/bin/echo "+---------------------------------------------------------------------+"
  exit 0
