home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / jdk113 / install / preinstall < prev    next >
Encoding:
Text File  |  1998-08-19  |  538 b   |  23 lines

  1. #ident    "%W%"
  2. # kavi 
  3. # The same package will be used both for UnixWare Base OS CD (& ISL)
  4. # and on UDK CD.  If postreboot.sh file exists, it means ISL.
  5.  
  6. if [ ! -f /etc/inst/scripts/postreboot.sh ]
  7. then
  8.     if [ ! -d /udk -a ! -f /usr/X/lib/libX11.so.6.1 ]
  9.     then
  10.         echo
  11.         echo "UDK is not installed on your system."
  12.         echo "Please install the compatiblity libraries"
  13.         echo "as follows:"
  14.         echo "   pkgadd -d \`pwd\`"
  15.         echo "and choose your system (UnixWare or OpenServer)"
  16.         echo
  17.         echo "--- hit Enter to continue"
  18.         read ANSWER
  19.     fi
  20.  
  21. fi
  22.