#! /sbin/sh
####################################################################
#	$Id: checkremove,v 1.2 2000/05/23 14:15:03 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

#
# The Digi DXB driver currently has no daemons, so no daemons will
# be killed.
#

exit 0
