opus/sys/autorun/upgraded.lua

14 lines
759 B
Lua
Raw Normal View History

2019-02-12 22:03:50 +00:00
if fs.exists('sys/apps/shell') and fs.exists('sys/apps/shell.lua') then
fs.delete('sys/apps/shell')
end
if fs.exists('sys/etc/app.db') then fs.delete('sys/etc/app.db') end
if fs.exists('sys/extensions') then fs.delete('sys/extensions') end
if fs.exists('sys/network') then fs.delete('sys/network') end
2019-04-25 00:32:38 +00:00
if fs.exists('startup') then fs.delete('startup') end
2019-06-28 18:22:03 +00:00
if fs.exists('sys/autorun/gps.lua') then fs.delete('sys/autorun/gps.lua') end
2019-06-29 06:44:30 +00:00
if fs.exists('sys/autorun/gpsHost.lua') then fs.delete('sys/autorun/gpsHost.lua') end
2019-06-28 18:22:03 +00:00
if fs.exists('sys/apps/network/redserver.lua') then fs.delete('sys/apps/network/redserver.lua') end
if fs.exists('sys/apis') then fs.delete('sys/apis') end
2019-07-01 21:22:19 +00:00
if fs.exists('sys/autorun/apps.lua') then fs.delete('sys/autorun/apps.lua') end