mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: use post-install script
This commit is contained in:
parent
6adf22d550
commit
1f80f8e27e
3 changed files with 16 additions and 4 deletions
7
universal7885-common/releasetools/eureka_install.sh
Executable file
7
universal7885-common/releasetools/eureka_install.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/sbin/sh
|
||||
mount /vendor
|
||||
mount -o rw,remount /vendor
|
||||
rm -rf /vendor/recovery-from-boot*
|
||||
umount /vendor
|
||||
rm -f /tmp/eureka_install.sh
|
||||
exit 0
|
||||
Loading…
Reference in a new issue