#!/bin/sh
# Copyright 1999 Sun Microsystems, Inc. All Rights Reserved
#
# "@(#)clrtmpol.sh        Sun Microsystems, Inc."
#  TO remove the temp active policy that was extracted by GUI for display


if [ -f /etc/opt/SUNWicg/SunScreen/configs/default/.current ]; then
	/bin/rm -f /etc/opt/SUNWicg/SunScreen/configs/default/.current 
fi

