Delete sd:/themes/systemData on update and clean installs

Removes cached qlaunch/FW theme extracts so theme-patches apply after
firmware updates; clearing atmosphere/contents alone is insufficient.

Made-with: Cursor
This commit is contained in:
2026-04-11 00:12:45 +02:00
parent 4535c4508f
commit dc97677e72
2 changed files with 2 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ static const char* clean_misc_dirs_to_delete[] = {
"sd:/SaltySD/flags",
"sd:/scripts",
"sd:/switch/tinfoil/db",
"sd:/themes/systemData",
"sd:/tools",
"sd:/warmboot_mariko",
NULL

View File

@@ -263,6 +263,7 @@ static const char* misc_dirs_to_delete[] = {
"sd:/SaltySD/flags",
"sd:/scripts",
"sd:/switch/tinfoil/db",
"sd:/themes/systemData",
"sd:/tools",
"sd:/warmboot_mariko",
NULL