#!/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
 exit 0
