1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-11 09:29:20 +00:00

fix: restore uninstall traps and remove dead search key

This commit is contained in:
Tw93
2026-01-22 17:45:53 +08:00
parent d862d58672
commit 9d824d0ad2
3 changed files with 26 additions and 10 deletions

View File

@@ -326,11 +326,6 @@ clean_orphaned_system_services() {
start_section_spinner "Scanning orphaned system services..."
# Build list of installed app bundle IDs
local installed_bundles
installed_bundles=$(create_temp_file)
scan_installed_apps "$installed_bundles"
local orphaned_count=0
local total_orphaned_kb=0
local -a orphaned_files=()
@@ -467,5 +462,4 @@ clean_orphaned_system_services() {
note_activity
fi
rm -f "$installed_bundles"
}