mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 20:02:00 +00:00
fix: resolve the issues
This commit is contained in:
Regular → Executable
+5
-9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user