if [ ! -f /usr/lib/locale/${LOCALE}/LC_MESSAGES/${PKGMSG} ]
then
if [ -f ${REQDIR}/inst/locale/${LOCALE}/${PKGMSG} -a \
-d /usr/lib/locale/${LOCALE}/LC_MESSAGES ]
then
cp ${REQDIR}/inst/locale/${LOCALE}/${PKGMSG} \
/usr/lib/locale/${LOCALE}/LC_MESSAGES
fi
fi
if [ -x /usr/sbin/statnps ]
then
if /usr/sbin/statnps
then
message -d `pfmt -s nostd -g ${PKGMSG}:3 "The NetWare Protocol Stack is running.\nYou must run stopnps before installing the %s package!" "${PKGINST}" 2>&1`
exit 3
fi
fi
#
# check the release of the nuc package, if nuc is UPGRADE 1.0 or 1.1 to 2.0
message -d `pfmt -s nostd -g ${PKGMSG}:4 "The NetWare Unix Client is installed. You must remove \nthis version of the "nuc" package before installing the %s package!" "${PKGINST}" 2>&1`