vp-build/srcpkgs/steam/INSTALL

9 lines
93 B
Plaintext

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