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

echo "+-------------------------------------------------------------------+"
echo " PerfCap and PAWZ Agent release notes have been installed. "
echo "+-------------------------------------------------------------------+"
exit 0

