Date: Monday, February 25, 2013 @ 23:02:15 Author: dwallace Revision: 84890
archrelease: copy trunk to multilib-x86_64 Deleted: steam/repos/multilib-x86_64/lib32-flashplugin-path.patch steam/repos/multilib-x86_64/steam.install ------------------------------+ lib32-flashplugin-path.patch | 10 ---------- steam.install | 26 -------------------------- 2 files changed, 36 deletions(-) Deleted: lib32-flashplugin-path.patch =================================================================== --- lib32-flashplugin-path.patch 2013-02-25 22:00:51 UTC (rev 84889) +++ lib32-flashplugin-path.patch 2013-02-25 22:02:15 UTC (rev 84890) @@ -1,10 +0,0 @@ ---- a/steam 2013-02-14 14:03:49.000000000 -0500 -+++ b/steam 2013-02-14 15:48:06.766152022 -0500 -@@ -51,6 +51,7 @@ - - function setup_variables() - { -+ MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/" - STEAMPACKAGE="${0##*/}" - STEAMCONFIG=~/.steam - STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE" Deleted: steam.install =================================================================== --- steam.install 2013-02-25 22:00:51 UTC (rev 84889) +++ steam.install 2013-02-25 22:02:15 UTC (rev 84890) @@ -1,26 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - echo "if you are running x86_64, you need the lib32 opt depends for your driver" - echo - echo " if you are having problems with the steam license, remove .steam and .local/share/Steam" -} - -pre_install(){ - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - -} - -post_upgrade() { - post_install $1 -} - -pre_upgrade(){ - pre_install $1 -} - -post_remove() { - pre_install $1 removing -} -