[Build] Start refactor

This commit is contained in:
2026-02-02 16:01:56 +01:00
parent c38907ec39
commit 10a5c775be
561 changed files with 1936094 additions and 13878 deletions

View File

@@ -2,7 +2,6 @@
USER_NAME=$(whoami)
# Common paths to check
paths=(
"/var/lib/AccountsService/icons/$USER_NAME"
"$HOME/.face"
@@ -16,5 +15,4 @@ for path in "${paths[@]}"; do
fi
done
# Nothing found — exit silently or optionally with an error code
exit 0