#!/bin/sh # ****************************************************************************** # *** IDENTIFICATION *** # ****************************************************************************** # Name: postinstall # Title: SUNWosau Post Install # Version: # Revision: $Revision$ # Update Date: $Date$ # Programmer: rmj # Documents: # # COPYRIGHT 1996, 1997 by Symbios Logic Inc. # # Description: Post install script for the Open Storage Array (Usr) package # # ****************************************************************************** # *** PROCEDURES *** # ****************************************************************************** /usr/bin/gencat $BASEDIR/lib/osa/messages.cat $BASEDIR/lib/osa/help/messages.txt 2> /dev/null # retreive copies of critical files (if saved from previous pkgrm) if [ -f ${BASEDIR}/tmp/rmscript ] then mv ${BASEDIR}/tmp/rmscript ${BASEDIR}/lib/osa/bin/rmscript 2> /dev/null chmod 744 ${BASEDIR}/lib/osa/bin/rmscript chown bin ${BASEDIR}/lib/osa/bin/rmscript chgrp bin ${BASEDIR}/lib/osa/bin/rmscript fi #ensure reconfig reboot touch ${PKG_INSTALL_ROOT}/reconfigure exit 10