home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Cruncher / xpkwpk09.lha / xpkPWPK / Install_xpkPWPK < prev    next >
Encoding:
Text File  |  1995-05-05  |  497 b   |  24 lines

  1. ; Installation script for xpkPWPK.library
  2.  
  3. (transcript "Installing xpkPWPK.library...")
  4.  
  5. (copylib
  6.         (prompt "Install PowerPacker.library")
  7.         (help @copylib-help)
  8.         (source "LIBS/powerpacker.library")
  9.         (dest "libs:")
  10.         (confirm)
  11. )
  12.  
  13. (copylib
  14.         (prompt "Install xpkPWPK.library")
  15.         (help @copylib-help)
  16.         (source "LIBS/Compressors/xpkPWPK.library")
  17.         (dest "libs:Compressors")
  18.         (confirm)
  19. )
  20.  
  21. (set @default-dest "libs:Compressors")
  22.  
  23. (exit)
  24.