Cross Reference:
xref: /illumos-gate/usr/src/pkgdefs/SUNWaac/postremove
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
postremove revision 7c478bd95313f5f23a4c958a745db2134aa03244
65fea56f17cd614bc8908264df980a62e1931468vboxsync#!/sbin/sh
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Use is subject to license terms.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# ident "%Z%%M% %I% %E% SMI"
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncBD=${BASEDIR:-/}
65fea56f17cd614bc8908264df980a62e1931468vboxsyncif grep "\<aac\>" $BD/etc/name_to_major > /dev/null 2>&1
65fea56f17cd614bc8908264df980a62e1931468vboxsyncthen
65fea56f17cd614bc8908264df980a62e1931468vboxsync rem_drv -b ${BD} aac
65fea56f17cd614bc8908264df980a62e1931468vboxsyncfi
65fea56f17cd614bc8908264df980a62e1931468vboxsyncexit 0
65fea56f17cd614bc8908264df980a62e1931468vboxsync

Indexes created Tue Jul 24 14:28:13 CEST 2018