1
0
mirror of https://github.com/kepler155c/opus synced 2024-09-29 15:30:42 +00:00
opus/sys/autorun/upgraded.lua
kepler155c@gmail.com 235e8d11de cleanup
2019-03-23 12:20:48 -04:00

4 lines
173 B
Lua

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