1. --- orig/steam  2013-01-05 16:32:50.547053136 +0100
  2. +++ new/steam   2013-01-05 16:32:42.840506591 +0100
  3. @@ -3,6 +3,9 @@
  4.  # This is the Steam script that typically resides in /usr/bin
  5.  # It will create the Steam bootstrap if necessary and then launch steam.
  6.  
  7. +# Sets Flash plugin directory
  8. +export MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins"
  9. +
  10.  # Get the full name of this script
  11.  export STEAMSCRIPT="$(cd "${0%/*}" && echo "$PWD")/${0##*/}"