home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 2 / hotmix_v02.iso / bin / InstallIt2 < prev    next >
Text File  |  1992-10-16  |  579b  |  24 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/jukebox.ftr /usr/lib/filetype/install
  12. cp bin/jukebox.fti /usr/lib/filetype/install/iconlib
  13.  
  14. cd /usr/lib/filetype
  15. echo "Please wait while the JukeBox icon is installed."
  16. make >&/dev/null
  17.  
  18. echo " "
  19. echo "Installation of the icon complete."
  20. echo "Please restart workspace to view the new JukeBox icon."
  21. echo " "
  22. echo "Press return to exit this window and run the Jukebox\!"
  23. set a = $<
  24.