Skip to content

Commit

Permalink
updater-script: do not auto-wipe cache and dalvik-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
neobuddy89 committed Apr 7, 2013
1 parent f3db52c commit 1b63598
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions out/META-INF/com/google/android/updater-script
Expand Up @@ -68,10 +68,6 @@ run_program("/sbin/busybox","sh", "fix_permissions","-l");
set_perm_recursive(0, 2000, 0755, 0755, "/system/etc/init.d");
set_perm(0, 0, 0777, "/system/etc/init.d");

ui_print("Post-Cleaning ...");
delete_recursive("/cache");
delete_recursive("/data/dalvik-cache");

ui_print("Unmounting ...");
unmount("/cache");
unmount("/system");
Expand Down

0 comments on commit 1b63598

Please sign in to comment.