head	1.1;
access;
symbols
	v1_2_1:1.1
	sf-snapshot:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.05.27.15.42.49;	author jhandcock;	state Exp;
branches;
next	;


desc
@@


1.1
log
@        * install: New.
        * uninstall: New.
        * build.properties: Include new files.
@
text
@#!/bin/sh
#
# This script uninstalls the files necessary for root authentication when using
# Eclipse-OProfile.

rm -f /etc/security/console.apps/opcontrol
rm -f /etc/pam.d/opcontrol
@
