if [ -f ${REQDIR}/inst/locale/${LOCALE}/$PKGMSG} -a \
-d ${ROOT}/usr/lib/locale/${LOCALE}/LC_MESSAGES ]
then
cp ${REQDIR}/inst/locale/${LOCALE}/${PKGMSG} \
${LC_MESSAGES}/LC_MESSAGES
fi
fi
WRONG_VER=`pfmt -s ERROR -g ${PKGMSG}:3 "This %s package may only be installed on UnixWare 2 or greater. You are attempting to install on an older version of the operating system." "$PKGINST" 2>&1`
MAJOR_VER=`uname -v | cut -f1 -d.`
if [ $MAJOR_VER -lt 2 ]
then
message -d ${WRONG_VER}
exit 1
fi
# Check if HBA was previously installed via the base package.
# This could be the case if this is an update installation
# of the HBA package and the original HBA was installed via
# the installation boot floppy. If it was, create a reverse
# dependency on the base package so that this package may
# not be removed from the system unless the base package is