#! /sbin/sh
####################################################################
#	$Id: preremove,v 1.2 2001/05/10 11:51:38 dickl Exp $
# 	Copyright (c) Digi, Digi International Inc.
#
#	Pre-removal script for Digi Port Authority - Remote
#	Copyright (c) 1988-98 Digi International Inc.
#
#	For HP-UX 10.X & 11.X
#
#	NOTE: It is expected that the swinstall program will call
#             this script just before removing the files.
#				
####################################################################

PATH=$SW_PATH
export PATH

rm -f /usr/bin/dparemote
rm -f /usr/share/man/man8/dparemote.8

rm -rf /opt/dg/sme
rm -rf /opt/dg/tcl-tk8.3.2

exit 0
