#! /sbin/sh
####################################################################
#	$Id: preremove,v 1.1 1999/05/28 15:03:36 jamesp Exp $
# 	Copyright (c) Digi, Digi International Inc.
#
#	Pre-removal script for Digi RealPort Driver.
#	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

#
# Remove the Digi RealPort specific "rc" scripts from
# /sbin/init.d, rc2.d, rc3.d
#
rm -f /sbin/rc?.d/*drp.daemon
rm -f /sbin/rc?.d/*drp.ditty

exit 0
