#! /sbin/sh
####################################################################
#	$Id: preremove,v 1.3 2000/10/10 18:48:23 jamesp Exp $
# 	Copyright (c) Digi, Digi International Inc.
#
#	Pre-removal script for Digi AccelePort 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 DXB specific "rc" scripts from
# /sbin/rc1.d, rc2.d
#
rm -f /sbin/rc?.d/*dgdxb.*

exit 0
