diff options
Diffstat (limited to 'usr/src/pkgdefs/SUNWos86r/postremove')
-rw-r--r-- | usr/src/pkgdefs/SUNWos86r/postremove | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/pkgdefs/SUNWos86r/postremove b/usr/src/pkgdefs/SUNWos86r/postremove index e9881deadb..34cf90859f 100644 --- a/usr/src/pkgdefs/SUNWos86r/postremove +++ b/usr/src/pkgdefs/SUNWos86r/postremove @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,8 +18,7 @@ # # CDDL HEADER END # -# -# postremove script for SUNWos86r package. + # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -28,6 +26,8 @@ #ident "%Z%%M% %I% %E% SMI" # +# +# postremove script for SUNWos86r package. # # Unload and remove nolonger present drivers # @@ -53,7 +53,6 @@ i386) rem_drv -b "${BASEDIR}" pcn rem_drv -b "${BASEDIR}" ncrs rem_drv -b "${BASEDIR}" iprb - rem_drv -b "${BASEDIR}" chs rem_drv -b "${BASEDIR}" sd rem_drv -b "${BASEDIR}" spwr rem_drv -b "${BASEDIR}" elxl |