#!/bin/sh
#
# Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"@(#)preremove	1.1	02/11/15 SMI"
#

PATH="/usr/bin:/usr/sbin:${PATH}"
export PATH

#
# Driver info
#
DRV=av1394

# Remove driver
rem_drv -b ${BASEDIR} ${DRV}

exit 0
