; Installation script for xpkPWPK.library

(transcript "Installing xpkPWPK.library...")

(copylib
        (prompt "Install PowerPacker.library")
        (help @copylib-help)
        (source "LIBS/powerpacker.library")
        (dest "libs:")
        (confirm)
)

(copylib
        (prompt "Install xpkPWPK.library")
        (help @copylib-help)
        (source "LIBS/Compressors/xpkPWPK.library")
        (dest "libs:Compressors")
        (confirm)
)

(set @default-dest "libs:Compressors")

(exit)
