# postinstall script for ManPages/README packages ("mr" packages).
if [ -d ${BASEDIR}/SUNWspro/man ]
then
	catman -w -M ${BASEDIR}/SUNWspro/man ;
fi
