Skip to content

Instantly share code, notes, and snippets.

@mxrnx
Created April 9, 2017 20:43
Show Gist options
  • Save mxrnx/3d76af55637dc292b81126463ba4d763 to your computer and use it in GitHub Desktop.
Save mxrnx/3d76af55637dc292b81126463ba4d763 to your computer and use it in GitHub Desktop.
#!/usr/bin/fish
# Fixes Steam's library issues on Debian 8
find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete
find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment