From 2198313a4a055cee45f3562ef04f44ded18e5daa Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Sun, 1 Dec 2024 22:57:55 +0800 Subject: [PATCH] cleanup: abandon UpdateTargetList.sh --- module/common/temp/uninstall.sh | 2 -- module/uninstall.sh | 2 -- 2 files changed, 4 deletions(-) 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