steam: run ldconfig via post-install on x86_64 for now.

This commit is contained in:
Juan RP 2014-03-06 21:29:31 +01:00
parent a26205c634
commit 047470c538
2 changed files with 9 additions and 1 deletions

8
srcpkgs/steam/INSTALL Normal file
View File

@ -0,0 +1,8 @@
# XXX
case "${ACTION}" in
post)
if [ -e usr/lib32 ]; then
ldconfig usr/lib32
fi
;;
esac

View File

@ -4,7 +4,7 @@ only_for_archs="i686 x86_64"
pkgname=steam
version=1.0.0.47
revision=2
revision=3
wrksrc=steam
makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
depends="${makedepends}"