mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 13:38:52 +00:00
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/system/bin/sh
|
|
|
|
MODDIR=${0%/*}
|
|
. "$MODDIR/config"
|
|
|
|
rm -f "/data/adb/rvhc/${MODDIR##*/}.apk"
|
|
rmdir "/data/adb/rvhc"
|
|
|
|
rm -f "/data/adb/post-fs-data.d/$PKG_NAME-uninstall.sh"
|