Skip to content

Commit

Permalink
v17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Keinta15 committed May 4, 2024
1 parent 7e3a327 commit 28137f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ on_install() {
done
fi
fi

#clear cache data of Gboard
echo "- Clearing Gboard Cache"
[ -d /data/data/com.google.android.inputmethod.latin ] &&
find /data -type d -path '*inputmethod.latin*/*cache*' \
-exec rm -rf {} + &&
am force-stop com.google.android.inputmethod.latin && echo "- Done"

[[ -d /sbin/.core/mirror ]] && MIRRORPATH=/sbin/.core/mirror || unset MIRRORPATH
FONTS=/system/etc/fonts.xml
Expand All @@ -102,3 +107,4 @@ set_permissions() {
set_perm_recursive /data/data/com.facebook.katana/app_ras_blobs 0 0 0755 755
set_perm_recursive /data/data/com.facebook.orca/app_ras_blobs/FacebookEmoji.ttf 0 0 0755 700
}

0 comments on commit 28137f0

Please sign in to comment.