home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 3 / hotmix_v03.iso / bin / InstallIt2 < prev    next >
Text File  |  1993-02-04  |  636b  |  25 lines

  1. #!/bin/csh
  2.  
  3. if (! -d /usr/lib/filetype/install) then
  4.     mkdir /usr/lib/filetype/install
  5. endif
  6.  
  7. if (! -d /usr/lib/filetype/install/iconlib) then
  8.     mkdir /usr/lib/filetype/install/iconlib
  9. endif
  10.  
  11. cp bin/hotmix.ftr /usr/lib/filetype/install
  12. cp bin/hotmixopen.fti /usr/lib/filetype/install/iconlib
  13. cp bin/hotmixclosed.fti /usr/lib/filetype/install/iconlib
  14.  
  15. cd /usr/lib/filetype
  16. echo "Please wait while the HotMix icon is installed."
  17. make >&/dev/null
  18.  
  19. echo " "
  20. echo "Installation of the icon complete."
  21. echo "Please restart workspace to view the new HotMix icon."
  22. echo " "
  23. echo "Press return to exit this window and run the HotMix\!"
  24. set a = $<
  25.