mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
Initial commit, long overdue
This commit is contained in:
commit
c0083c1519
292 changed files with 951990 additions and 0 deletions
12
Misc/99clear_cache
Normal file
12
Misc/99clear_cache
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/system/bin/sh
|
||||
#clears various junk
|
||||
|
||||
rm -rf /cache/*
|
||||
rm -rf /data/anr/*
|
||||
#rm -rf /data/log/*
|
||||
rm -rf /data/system/cache/*
|
||||
rm -rf /data/system/dropbox/*
|
||||
rm -rf /data/system/procstats/*
|
||||
rm -rf /data/system/recent_images/*
|
||||
rm -rf /data/system/usagestats/*
|
||||
rm -rf /data/tombstones/*
|
Loading…
Add table
Add a link
Reference in a new issue