#!/bin/sh
#
# Copyright (c) 2001, PerfCap Corporation, Nashua NH
# All Rights Reserved
#
# Sun Kit Install: Post Install script (release notes))
#--------------------------------------------------------------

# echo "version" > $PERFCAP_ROOT/settings/.install_rn

 echo "+-------------------------------------------------------------------+"
 echo " PerfCap and PAWZ Agent release notes have been installed. "
 echo " "
 echo "	  These can be found at $PERFCAP_ROOT/doc"
 echo "+-------------------------------------------------------------------+"
 exit 0
