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