#!/bin/bash

echo "removing troublesome steam-runtime libs..."
find ~/.local/share/Steam/ubuntu12_32/steam-runtime -type f -name "libstdc*" -print -delete
