vp-build/srcpkgs/pulseaudio/INSTALL

8 lines
93 B
Plaintext

case "${ACTION}" in
post)
if [ "$ARCH" = "i686" ]; then
ln -sf lib usr/lib32
fi
;;
esac