Skip to content

Commit

Permalink
fixing this damn updater-script...
Browse files Browse the repository at this point in the history
  • Loading branch information
chris41g committed Oct 11, 2011
1 parent 7f3cf19 commit 4a41b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kernel/update/META-INF/com/google/android/updater-script
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ui_print("Flashing eg30Plus...");
write_raw_image("/tmp/zImage", "/dev/block/mmcblk0p5");
set_progress(0.3);
ui_print("Clearing caches...");
delete_recursive("/cache"),
delete_recursive("/data/dalvik-cache")
delete_recursive("/cache");
delete_recursive("/data/dalvik-cache");
set_progress(0.3);
ui_print("Finished.");
set_progress(0.1);
Expand Down

0 comments on commit 4a41b4e

Please sign in to comment.