Skip to content

Instantly share code, notes, and snippets.

@brson
Created January 6, 2015 02:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brson/8da87f07d463fc4413e0 to your computer and use it in GitHub Desktop.
Save brson/8da87f07d463fc4413e0 to your computer and use it in GitHub Desktop.
Fixing the mess from last night's bad .pkg
Delete this crap from /usr/local by hand:
components
COPYRIGHT
install.sh
LICENSE-APACHE
LICENSE-MIT
manifest-cargo.in
manifest-rustc.in
manifest-rust-docs.in
README.md
rust-installer-version
This stuff can be deleted by installing the uninstalling from https://static.rust-lang.org/dist/rust-nightly-x86_64-apple-darwin.tar.gz:
bin/cargo
bin/rustc
bin/rustdoc
bin/rust-lldb
etc/bash-completion.d/cargo
lib
share/doc/rust
share/doc/cargo
As can these things from /usr/local/lib:
libarena-4e7c5e5c.dylib
libgraphviz-4e7c5e5c.dylib
librustc-4e7c5e5c.dylib
librustc_llvm-4e7c5e5c.dylib
librustdoc-4e7c5e5c.dylib
libterm-4e7c5e5c.dylib
libflate-4e7c5e5c.dylib
liblog-4e7c5e5c.dylib
librustc_back-4e7c5e5c.dylib
librustc_resolve-4e7c5e5c.dylib
libserialize-4e7c5e5c.dylib
libtest-4e7c5e5c.dylib
libfmt_macros-4e7c5e5c.dylib
librbml-4e7c5e5c.dylib
librustc_borrowck-4e7c5e5c.dylib
librustc_trans-4e7c5e5c.dylib
libstd-4e7c5e5c.dylib
rustlib
libgetopts-4e7c5e5c.dylib
libregex-4e7c5e5c.dylib
librustc_driver-4e7c5e5c.dylib
librustc_typeck-4e7c5e5c.dylib
libsyntax-4e7c5e5c.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment