#!/bin/sh
#################################################################
#
#  Copyright 2006, 2005 Sun Microsystems, Inc.  All rights reserved.
#  Use is subject to license terms.
#
# ident $SunId$  SMI
#
# Program: postinstall
#
# postinstall script for the SUNWsam package.
################################################################

PKGN=sam
PKG_NAME=SUNW${PKGN}
LIB_NAM=libAMCPUStatus.so
LIBLINK=/usr/lib/${PKGN}/lib/${LIB_NAM}

[ -h "${BASEDIR}/usr/lib/${LIB_NAM}" ] || /usr/bin/ln -s ${LIBLINK} ${BASEDIR}/usr/lib/${LIB_NAM}

exit $?
