Date: Thursday, May 23, 2013 @ 01:55:08 Author: dwallace Revision: 91458
upgpkg: steam 1.0.0.39-2 upgpkg: steam FS#34319 Modified: steam/trunk/PKGBUILD steam/trunk/steam.install ---------------+ PKGBUILD | 2 +- steam.install | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-22 23:42:25 UTC (rev 91457) +++ PKGBUILD 2013-05-22 23:55:08 UTC (rev 91458) @@ -3,7 +3,7 @@ # Contributor: K900 <[email protected]> pkgname=steam pkgver=1.0.0.39 -pkgrel=1 +pkgrel=2 pkgdesc="Digital distribution client bootstrap package" arch=("i686" "x86_64") url="http://steampowered.com/" Modified: steam.install =================================================================== --- steam.install 2013-05-22 23:42:25 UTC (rev 91457) +++ steam.install 2013-05-22 23:55:08 UTC (rev 91458) @@ -2,25 +2,26 @@ 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" + 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 + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } pre_upgrade(){ - pre_install $1 + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_remove() { - pre_install $1 removing + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor }
