postremove revision 7c478bd95313f5f23a4c958a745db2134aa03244
7968d3a131e5a684ec1ff0c6d88aae638549153dChristian Maeder#!/sbin/sh
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder#
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# CDDL HEADER START
7968d3a131e5a684ec1ff0c6d88aae638549153dChristian Maeder#
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# The contents of this file are subject to the terms of the
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# Common Development and Distribution License, Version 1.0 only
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# (the "License"). You may not use this file except in compliance
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# with the License.
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder#
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# or http://www.opensolaris.org/os/licensing.
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# See the License for the specific language governing permissions
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# and limitations under the License.
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder#
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
c83546084a1344bb2ef752b83d0e082823508db2Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9248af0871ebcf3796514f8d835cb5d6ca0b0398Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
f69658e57cba7ecb37c0d84181f4c563215c2534Till Mossakowski#
daec53c285f692c56db0cefe16061b46ba602cf0Christian Maeder# CDDL HEADER END
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder#
7bf4436b6f9987b070033a323757b206c898c1beChristian Maeder#
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
9603ad7198b72e812688ad7970e4eac4b553837aKlaus Luettich# Use is subject to license terms.
0799b5dc3f06d2640e66e9ab54b8b217348fd719Christian Maeder
d420c2a27c4dfa0a9c8031449db2e1a89ad2cc3aChristian Maeder# ident "%Z%%M% %I% %E% SMI"
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder
c092fcac4b8f5c524c22ca579189c4487c13edf7Christian Maeder#
ba904a15082557e939db689fcfba0c68c9a4f740Christian MaederBD=${BASEDIR:-/}
e182d0ec56025d97d74829cac75ee31eec12b093Maciek Makowskiif grep "\<nge\>" $BD/etc/name_to_major > /dev/null 2>&1
c83546084a1344bb2ef752b83d0e082823508db2Christian Maederthen
9603ad7198b72e812688ad7970e4eac4b553837aKlaus Luettich rem_drv -b ${BD} nge
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maederfi
58b671de3fe578346fef9642ffa3c5a0a0edb3cbTill Mossakowskiexit 0
56cd0da55d058b262b1626ddcd78db6bd9a90551Christian Maeder