-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
purge.sh
16 lines (15 loc) · 975 Bytes
/
purge.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
launchctl unload /Library/LaunchDaemons/com.macenhance.MacForge.Injector.plist
rm -rf "/Library/Application Support/MacEnhance"
rm -rf /Library/LaunchDaemons/com.macenhance.MacForge.Injector.plist
rm -rf /Library/PrivilegedHelperTools/com.macenhance.MacForge.Injector
rm -rf "$HOME/Library/Application Support/com.macenhance.MacForge"
rm -rf "$HOME/Library/Application Support/MacEnhance"
rm -rf "$HOME/Library/Caches/com.macenhance.MacForge"
rm -rf "$HOME/Library/Caches/com.macenhance.MacForgeHelper"
rm -rf "$HOME/Library/HTTPStorages/com.macenhance.MacForge"
rm -rf "$HOME/Library/HTTPStorages/com.macenhance.MacForge.binarycookies"
rm -rf "$HOME/Library/HTTPStorages/com.macenhance.MacForgeHelper"
rm -rf "$HOME/Library/Preferences/com.macenhance.MacForge.plist"
rm -rf "$HOME/Library/Preferences/com.macenhance.MacForgeHelper.plist"
rm -rf "$HOME/Library/Saved Application State/com.macenhance.MacForge.savedState"
rm -rf "$HOME/Library/WebKit/com.macenhance.MacForge"