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

    if [ -f /usr/openwin/lib/app-defaults/perfcap ]
    then
	 rm -f /usr/openwin/lib/app-defaults/perfcap
    fi

    if [ -f "$PERFCAP_ROOT/settings/.install_db" ]
    then
	rm  -f "$PERFCAP_ROOT/settings/.install_db"
    fi


   # echo "---------------------------------------------------"
   # echo " PerfCap Device Database Removal Complete."
   # echo "---------------------------------------------------"

   exit 0
