Skip to content

Commit

Permalink
add addon.d/78-addonsu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha-Btz committed Apr 2, 2017
1 parent 8cdcae1 commit abd287b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions META-INF/com/google/android/updater-script
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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");
package_extract_dir("addon.d", "/system/addon.d");
ui_print("set permissions...");
set_perm(0,0,0755,"/system/addon.d/78-addonsu.sh");
ui_print("Unmounting /system...");
unmount("/system");
ui_print("Done");

0 comments on commit abd287b

Please sign in to comment.