universal7885: use post-install script

This commit is contained in:
Gabriel2392 2022-08-18 19:14:58 +02:00
commit 1f80f8e27e
3 changed files with 16 additions and 4 deletions

View 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