Skip to content

Commit

Permalink
Merge pull request #3031 from sydarn/rk3326-post-update
Browse files Browse the repository at this point in the history
Fix post update ppsspp
  • Loading branch information
sydarn authored Mar 12, 2024
2 parents 7982ee3 + 3f8a244 commit ea44ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jelos/sources/post-update
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ clean_list="ODROID-GO Advance Black Edition Powkiddy RGB10"
if echo "${clean_list}" | grep "$model"; then
rm -rf /storage/.config/mupen64plus
rm -rf /storage/.config/drastic
rm -rf /storage/.config/ppsspp
rm -rf /storage/.config/mednafen/mednafen.cfg
rm -f /storage/.config/ppsspp/PSP/SYSTEM/controls.ini
rm -f /storage/.config/mednafen/mednafen.cfg
fi
if [ "${model}" = "Powkiddy RGB10" ]; then
rm -f /storage/joypads/odroidgo2_v11_joypad.cfg
Expand Down

0 comments on commit ea44ab2

Please sign in to comment.