#!/bin/sh
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"@(#)preremove	1.1	06/01/04 SMI"
#

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

#
# Driver info
#
DRV=dcam1394

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

exit 0
