Created
November 27, 2014 17:19
-
-
Save sebnash/85de51e7b80f10f883ff to your computer and use it in GitHub Desktop.
Mountain v1.6 beta uninstall commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo launchctl unload /Library/LaunchDaemons/de.appgineers.Mountain.Helper.plist | |
sudo rm /Library/LaunchDaemons/de.appgineers.Mountain.Helper.plist | |
sudo rm /Library/PrivilegedHelperTools/de.appgineers.Mountain.Helper |
Yes, though I suspect we need to explicitly delete the LaunchDaemon file, if it is not otherwise covered by a :pkgutil
directive. :launchctl
only unloads it. You also have a typographical RIGHT SINGLE QUOTATION MARK (U+2019) up there:
uninstall :launchctl => 'de.appgineers.Mountain.Helper',
:delete => [
'/Library/LaunchDaemons/de.appgineers.Mountain.Helper.plist',
'/Library/PrivilegedHelperTools/de.appgineers.Mountain.Helper',
]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a cask uninstall stanza, could this be translated as:
???