diff --git a/module/common/temp/uninstall.sh b/module/common/temp/uninstall.sh index 9b484f3..35fab9a 100644 --- a/module/common/temp/uninstall.sh +++ b/module/common/temp/uninstall.sh @@ -9,8 +9,6 @@ fi # Remove residue and restore aosp keybox. rm -rf "/data/adb/modules/.TA_utl" -rm -rf "$SCRIPT_DIR/target_list_config" -rm -f "$SCRIPT_DIR/UpdateTargetList.sh" rm -f "/data/adb/boot_hash" if [ -d "$TS" ]; then if [ -f "$TS/action.sh" ]; then diff --git a/module/uninstall.sh b/module/uninstall.sh index c8ecc85..3333ff2 100644 --- a/module/uninstall.sh +++ b/module/uninstall.sh @@ -8,8 +8,6 @@ if [ -f "/storage/emulated/0/stop-tspa-auto-target" ]; then fi # Remove residue and restore aosp keybox. -rm -rf "$SCRIPT_DIR/target_list_config" -rm -f "$SCRIPT_DIR/UpdateTargetList.sh" rm -f "/data/adb/boot_hash" if [ -d "$TS" ]; then if [ -f "$TS/action.sh" ]; then