summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-25 18:32:32 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-25 18:32:32 +0100
commitaeba307180962ecf0f792ebc78be1b53b35f9240 (patch)
treebf224d9bd7cbcae4fa7842a2a27036ad8973514d
parentc83878ff0de7c8860b52b88350812d50ef8a8db1 (diff)
downloadnetsurf-aeba307180962ecf0f792ebc78be1b53b35f9240.tar.gz
netsurf-aeba307180962ecf0f792ebc78be1b53b35f9240.tar.bz2
Fix upgrades from 2.9 to 3.0
-rwxr-xr-xamiga/dist/Install28
1 files changed, 14 insertions, 14 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index d550e8b73..c2eabb722 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -415,20 +415,6 @@
)
)
-(if (= #hotlist-exist 0)
- (if (= #old-hotlist-exist 1)
- (
- (copyfiles
- (prompt "Migrating NetSurf 2.x Hotlist")
- (help @copyfiles-help)
- (source #old-hotlist)
- (dest #user-dir)
- (optional "askuser" "force" "oknodelete")
- )
- )
- )
-)
-
(complete 18)
(if (>= osver 53)
@@ -574,6 +560,20 @@
(append "theme:" #theme "\n")
(append "use_pubscreen:Workbench\n")
)
+
+ (if (= #hotlist-exist 0)
+ (if (= #old-hotlist-exist 1)
+ (
+ (copyfiles
+ (prompt "Migrating NetSurf 2.x Hotlist")
+ (help @copyfiles-help)
+ (source #old-hotlist)
+ (dest #user-dir)
+ (optional "askuser" "force" "oknodelete")
+ )
+ )
+ )
+ )
)
)