preinstall revision 7c478bd95313f5f23a4c958a745db2134aa03244
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant# CDDL HEADER START
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant# The contents of this file are subject to the terms of the
da97433d5cd26e422a370d186f98659383c06721csovant# Common Development and Distribution License, Version 1.0 only
da97433d5cd26e422a370d186f98659383c06721csovant# (the "License"). You may not use this file except in compliance
da97433d5cd26e422a370d186f98659383c06721csovant# with the License.
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da97433d5cd26e422a370d186f98659383c06721csovant# or http://www.opensolaris.org/os/licensing.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# See the License for the specific language governing permissions
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# and limitations under the License.
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant# When distributing Covered Code, include this CDDL HEADER in each
da97433d5cd26e422a370d186f98659383c06721csovant# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da97433d5cd26e422a370d186f98659383c06721csovant# If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac#
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# CDDL HEADER END
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant# Copyright (c) 1995 Sun Microsystems, Inc.
da97433d5cd26e422a370d186f98659383c06721csovant# All Rights Reserved.
da97433d5cd26e422a370d186f98659383c06721csovant#
a3c5a20238ca153f11fa689597bdbc2871f295f4gary.williams# preinstall script for SUNWpsdir package.
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant#ident "%Z%%M% %I% %E% SMI"
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovant# If the file exists on the system in it's pre-KBI location, move it
da97433d5cd26e422a370d186f98659383c06721csovant# to the post-KBI location so that upgrade will work.
da97433d5cd26e422a370d186f98659383c06721csovant#
da97433d5cd26e422a370d186f98659383c06721csovantif [ -f ${BASEDIR}/kernel/drv/sbpro.conf ]; then
da97433d5cd26e422a370d186f98659383c06721csovant mv ${BASEDIR}/kernel/drv/sbpro.conf \
da97433d5cd26e422a370d186f98659383c06721csovant ${BASEDIR}/platform/i86pc/kernel/drv
da97433d5cd26e422a370d186f98659383c06721csovantfi
da97433d5cd26e422a370d186f98659383c06721csovant
da97433d5cd26e422a370d186f98659383c06721csovantexit 0
a3c5a20238ca153f11fa689597bdbc2871f295f4gary.williams