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

if [ ! -h /usr/openwin/lib/app-defaults/perfcap ]
then
     ln -s $PERFCAP_ROOT/settings/perfcap.dat /usr/openwin/lib/app-defaults/perfcap
fi

echo "+---------------------------------------------------------------------+"
echo " PerfCap Database has been installed. "
echo "+---------------------------------------------------------------------+"
exit 0

