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

  1. #ident    "@(#)preinstall    1.2"
  2. #ident    "$Header: $"
  3.  
  4. #    
  5. #    STREAMware TCP
  6. #    Copyright 1987, 1993 Lachman Technology, Inc.
  7. #    All Rights Reserved.
  8. #    
  9. #
  10. #    The machine must have 2 Meg of memory to run.
  11. #
  12.  
  13. SCRIPTS=/usr/sbin/pkginst
  14.  
  15. . ${SCRIPTS}/updebug
  16. [ "$UPDEBUG" = YES ] && set -x
  17.  
  18. ############# Begin UPGRADE AND OVERLAY #######################
  19.  
  20. #
  21. #  The volatile files saved for ${PKGINST} will be listed in 
  22. #  /etc/inst/save.user
  23. #
  24. #  The initial V4 volatile files list for ${PKGINST} should be in 
  25. #  /etc/inst/up/patch/${PKGINST}.LIST
  26. #
  27.  
  28. [ "$PKGINSTALL_TYPE" != NEWINSTALL ] && {
  29.  
  30.     ${SCRIPTS}/pkgsavfiles ${PKGINST}
  31. }
  32.  
  33. ############# End  UPGRADE AND OVERLAY #######################
  34.  
  35. exit 0
  36.