summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install12
1 files changed, 12 insertions, 0 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index 205a97613..2c36737d8 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -29,6 +29,8 @@
)
)
+(set #icon-exists (exists (tackon @default-dest "NetSurf.info")))
+
(copylib
(prompt "Please check the version of NetSurf you are copying against "
"any which might already be installed.")
@@ -102,6 +104,16 @@
(set #theme "Resources/Themes/AISS")
)
+ (set #theme-icon (tackon @default-dest (tackon #theme "NetSurf.info")))
+ (set #options-exist (exists #theme-icon))
+
+ (copyfiles
+ (prompt "Copying theme icon")
+ (source #theme-icon)
+ (help @copyfiles-help)
+ (dest @default-dest)
+ )
+
(textfile
(prompt "Setting default options")
(help @textfile-help)