From 8a5ec4710e0a9a252259b39a84f50d9bf1d2c21c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 13 Dec 2008 23:19:33 +0000 Subject: Copy theme's NetSurf.info if it exists and this is a new install. svn path=/trunk/netsurf/; revision=5904 --- amiga/dist/Install | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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) -- cgit v1.2.3