home *** CD-ROM | disk | FTP | other *** search
- #ident "%W%"
- #
- # kavi
- # The same package will be used both for UnixWare Base OS CD (& ISL)
- # and on UDK CD. If postreboot.sh file exists, it means ISL.
-
- if [ ! -f /etc/inst/scripts/postreboot.sh ]
- then
- if [ ! -d /udk -a ! -f /usr/X/lib/libX11.so.6.1 ]
- then
- echo
- echo "UDK is not installed on your system."
- echo "Please install the compatiblity libraries"
- echo "as follows:"
- echo " pkgadd -d \`pwd\`"
- echo "and choose your system (UnixWare or OpenServer)"
- echo
- echo "--- hit Enter to continue"
- read ANSWER
- fi
-
- fi
-