mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-03 05:41:35 +03:00
Fix upgrades from 2.9 to 3.0
This commit is contained in:
parent
c83878ff0d
commit
aeba307180
28
amiga/dist/Install
vendored
28
amiga/dist/Install
vendored
@ -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")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user