Skip to content

Commit

Permalink
remove spaces, lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha-Btz committed Mar 5, 2016
1 parent 9a0548d commit 24f0286
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions META-INF/com/google/android/updater-script
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
ui_print("Mounting /system...");
run_program("/sbin/busybox", "mount", "/system");

ui_print("Extracting package...");
package_extract_dir("app", "/system/app");

ui_print("set permissions...");
set_perm(0,0,0644,"/system/app/LatinIME/lib/arm/libjni_latinimegoogle.so");

ui_print("Unmounting /system...");
unmount("/system");

ui_print("Done");

0 comments on commit 24f0286

Please sign in to comment.