;AmigaWorld-Zeichensatz-Installation
;für Installer 1.24 oder besser

(complete 0)

(set @default-dest "FONTS:")

(if (askbool (prompt "Would you like to permanently install Faraway-Eyes font to your system?")
             (default 1)
             (help (cat "If you select yes then FarawayEyes font will be copied "
                        "to your FONTS: directory. If you select no then AmigaWorld "
                        "will only find its fond until your next boot-up.")))
     (copyfiles (source "Fonts") (all)
                (dest "Fonts:"))
     (run "c:assign Fonts: Fonts add")
)
(complete 100)

