#! /sbin/sh
####################################################################
#	$Id: checkremove,v 1.2 2000/05/23 14:14:51 jamesp Exp $
# 	Copyright (c) Digi, Digi International Inc.
#
#	"Check Remove" 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 swremove program will call this
#             script to determine whether the driver software can be
#             removed.
#				
####################################################################

PATH=$SW_PATH
export PATH

#
# Since there are no daemons in the Digi DXB driver, currently,
# there are no daemons to kill.
#

exit 0
