postremove revision c7ee0b5c5eb7b17e7ef152313d57f97c2fee7416
91934be261c16d036521379306a74b0991720e67joncruz#! /usr/bin/sh
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz# CDDL HEADER START
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz# The contents of this file are subject to the terms of the
91934be261c16d036521379306a74b0991720e67joncruz# Common Development and Distribution License (the "License").
91934be261c16d036521379306a74b0991720e67joncruz# You may not use this file except in compliance with the License.
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91934be261c16d036521379306a74b0991720e67joncruz# or http://www.opensolaris.org/os/licensing.
91934be261c16d036521379306a74b0991720e67joncruz# See the License for the specific language governing permissions
91934be261c16d036521379306a74b0991720e67joncruz# and limitations under the License.
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz# When distributing Covered Code, include this CDDL HEADER in each
91934be261c16d036521379306a74b0991720e67joncruz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
91934be261c16d036521379306a74b0991720e67joncruz# If applicable, add the following below this CDDL HEADER, with the
91934be261c16d036521379306a74b0991720e67joncruz# fields enclosed by brackets "[]" replaced with your own identifying
91934be261c16d036521379306a74b0991720e67joncruz# information: Portions Copyright [yyyy] [name of copyright owner]
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz# CDDL HEADER END
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
91934be261c16d036521379306a74b0991720e67joncruz# Use is subject to license terms.
91934be261c16d036521379306a74b0991720e67joncruz#
91934be261c16d036521379306a74b0991720e67joncruz
91934be261c16d036521379306a74b0991720e67joncruzDRV=iwh
91934be261c16d036521379306a74b0991720e67joncruzBD=${BASEDIR:-/}
91934be261c16d036521379306a74b0991720e67joncruzif grep -w $DRV $BD/etc/name_to_major > /dev/null 2>&1
91934be261c16d036521379306a74b0991720e67joncruzthen
91934be261c16d036521379306a74b0991720e67joncruz rem_drv -b ${BD} $DRV
91934be261c16d036521379306a74b0991720e67joncruz if [ $? -ne 0 ]
91934be261c16d036521379306a74b0991720e67joncruz then
91934be261c16d036521379306a74b0991720e67joncruz exit 1
91934be261c16d036521379306a74b0991720e67joncruz fi
91934be261c16d036521379306a74b0991720e67joncruzfi
91934be261c16d036521379306a74b0991720e67joncruz
91934be261c16d036521379306a74b0991720e67joncruzexit 0
91934be261c16d036521379306a74b0991720e67joncruz