mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
7 lines
139 B
Shell
Executable file
7 lines
139 B
Shell
Executable file
#!/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
|