fix invisible ksu residue

This commit is contained in:
KOWX712
2024-12-07 17:02:42 +08:00
parent 5b966f5626
commit ad905cb6e0
3 changed files with 13 additions and 11 deletions
-8
View File
@@ -1,7 +1,6 @@
MODPATH=${0%/*}
HIDE_DIR="/data/adb/modules/.TA_utl"
TS="/data/adb/modules/tricky_store"
SCRIPT_DIR="/data/adb/tricky_store"
TSPA="/data/adb/modules/tsupport-advance"
aapt() { "$MODPATH/common/aapt" "$@"; }
@@ -18,13 +17,6 @@ elif [ ! -d "$TSPA" ] && [ -f "/storage/emulated/0/stop-tspa-auto-target" ]; the
rm -f "/storage/emulated/0/stop-tspa-auto-target"
fi
if [ -f "$TS/action.sh" ]; then
rm -f "$TS/action.sh"
fi
if [ -d "$TS/webroot" ]; then
rm -rf "$TS/webroot"
fi
if [ -d "$MODPATH/common/temp" ]; then
if [ "$KSU" ] || [ "$APATCH" ]; then
rm -f "$MODPATH/module.prop"