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`