mirror of
https://github.com/munki/munki.git
synced 2026-04-22 04:28:21 -05:00
Update uninstall_munki.sh
Also remove Managed Software Center.app. (I hope nobody uses this!)
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
#
|
||||
# Merciless uninstall of munki.
|
||||
|
||||
|
||||
if [ `id -u` -ne 0 ]; then
|
||||
echo "Munki uninstallation must be run by root"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
launchctl unload /Library/LaunchDaemons/com.googlecode.munki.*
|
||||
rm -rf "/Applications/Utilities/Managed Software Update.app"
|
||||
rm -rf '/Applications/Utilities/Managed Software Update.app'
|
||||
rm -rf '/Applications/Utilities/Managed Software Center.app'
|
||||
rm -f /Library/LaunchDaemons/com.googlecode.munki.*
|
||||
rm -f /Library/LaunchAgents/com.googlecode.munki.*
|
||||
rm -rf "/Library/Managed Installs"
|
||||
rm -rf '/Library/Managed Installs'
|
||||
rm -rf /usr/local/munki
|
||||
pkgutil --forget com.googlecode.munki.core
|
||||
pkgutil --forget com.googlecode.munki.admin
|
||||
pkgutil --forget com.googlecode.munki.app
|
||||
pkgutil --forget com.googlecode.munki.launchd
|
||||
pkgutil --forget com.googlecode.munki
|
||||
pkgutil --forget com.googlecode.munki
|
||||
|
||||
Reference in New Issue
Block a user