fix: resolve the issues

This commit is contained in:
2026-05-15 11:08:20 +07:00
parent c48c4abc17
commit d7a7688aa8
17 changed files with 298 additions and 189 deletions
Regular → Executable
+5 -9
View File
@@ -1,13 +1,9 @@
#!/system/bin/sh
{
until [ "$(getprop sys.boot_completed)" = 1 ]; do sleep 1; done
until [ -d "/sdcard/Android" ]; do sleep 1; done
MODDIR=${0%/*}
. "$MODDIR/config"
MODDIR=${0%/*}
. "$MODDIR/config"
rm -f "/data/adb/rvhc/${MODDIR##*/}.apk"
rmdir "/data/adb/rvhc"
rm "/data/adb/rvhc/${MODDIR##*/}.apk"
rmdir "/data/adb/rvhc"
rm "/data/adb/post-fs-data.d/$PKG_NAME-uninstall.sh"
} &
rm -f "/data/adb/post-fs-data.d/$PKG_NAME-uninstall.sh"