Skip to content

Instantly share code, notes, and snippets.

@martinklepsch
Created April 19, 2010 13:36
Show Gist options
  • Save martinklepsch/371053 to your computer and use it in GitHub Desktop.
Save martinklepsch/371053 to your computer and use it in GitHub Desktop.
Remove Macports by executing this little script
#!/bin/bash
sudo rm -rf \
/opt/local \
/Applications/DarwinPorts \
/Applications/MacPorts \
/Library/LaunchDaemons/org.macports.* \
/Library/Receipts/DarwinPorts*.pkg \
/Library/Receipts/MacPorts*.pkg \
/Library/StartupItems/DarwinPortsStartup \
/Library/Tcl/darwinports1.0 \
/Library/Tcl/macports1.0 \
~/.macports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment