modules cleanup.
This commit is contained in:
parent
addb7eafcb
commit
9ab7c08366
2 changed files with 14 additions and 26 deletions
|
@ -74,6 +74,7 @@ done
|
|||
# Default modules need to be updated to use the new stop/start ui function.
|
||||
echo "Sync modules (tools)..." >>${LOG}
|
||||
rsync -av /usr/config/modules/* /storage/.config/modules/
|
||||
rm -f /storage/.config/modules/{"351Files.sh","Start 32bit Retroarch.sh","JelosAddOns.sh","PortMaster.sh","ThemeMaster.sh"} ||:
|
||||
|
||||
# Swap es_input back to a writeable file so external controller configuration works properly.
|
||||
echo "Make sure es_input isn't a link..." >>${LOG}
|
||||
|
|
|
@ -1,19 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<gameList>
|
||||
|
||||
<game>
|
||||
<path>./fileman.sh</path>
|
||||
<name>fileman</name>
|
||||
<desc>Single panel file manager</desc>
|
||||
<developer>Tardigrade and JELOS</developer>
|
||||
<publisher>JELOS</publisher>
|
||||
<rating>1.0</rating>
|
||||
<releasedate>2022</releasedate>
|
||||
<genre>Script</genre>
|
||||
<thumbnail>./downloaded_images/filemanager-thumb.png</thumbnail>
|
||||
<image>./downloaded_images/filemanager.png</image>
|
||||
</game>
|
||||
|
||||
<game>
|
||||
<path>./cloud_backup.sh</path>
|
||||
<name>Cloud Backup</name>
|
||||
|
@ -40,6 +27,19 @@
|
|||
<image>./downloaded_images/rclone-back.png</image>
|
||||
</game>
|
||||
|
||||
<game>
|
||||
<path>./fileman.sh</path>
|
||||
<name>File Manager</name>
|
||||
<desc>Single panel file manager</desc>
|
||||
<developer>Tardigrade and JELOS</developer>
|
||||
<publisher>JELOS</publisher>
|
||||
<rating>1.0</rating>
|
||||
<releasedate>2022</releasedate>
|
||||
<genre>Script</genre>
|
||||
<thumbnail>./downloaded_images/filemanager-thumb.png</thumbnail>
|
||||
<image>./downloaded_images/filemanager.png</image>
|
||||
</game>
|
||||
|
||||
<game>
|
||||
<path>./Install JELOS.sh</path>
|
||||
<name>Install JELOS</name>
|
||||
|
@ -79,19 +79,6 @@
|
|||
<image>./downloaded_images/scummvm.png</image>
|
||||
</game>
|
||||
|
||||
<game>
|
||||
<path>./Start 32bit Retroarch.sh</path>
|
||||
<name>Start 32bit RetroArch</name>
|
||||
<desc>Run 32bit RetroArch</desc>
|
||||
<developer>JELOS</developer>
|
||||
<publisher>JELOS</publisher>
|
||||
<rating>1.0</rating>
|
||||
<releasedate>2021</releasedate>
|
||||
<genre>Script</genre>
|
||||
<thumbnail>./downloaded_images/retroarch32-thumb.png</thumbnail>
|
||||
<image>./downloaded_images/retroarch32.png</image>
|
||||
</game>
|
||||
|
||||
<game>
|
||||
<path>./Start 64bit Retroarch.sh</path>
|
||||
<name>Start 64bit RetroArch</name>
|
||||
|
|
Loading…
Reference in a new issue