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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user