updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / lib32-physx / physx.install
blobf350c0a8b0ce55627e109f026231127b30e3eb59
1 post_install() {
2         sed -e '/\/usr\/lib32\/PhysX\/v2.8.1/d' -i /etc/ld.so.conf
3         echo '/usr/lib32/PhysX/v2.8.1' >> /etc/ld.so.conf
4         /sbin/ldconfig -r .
7 pre_remove() {
8         sed -e '/\/usr\/lib32\/PhysX\/v2.8.1/d' -i /etc/ld.so.conf
9         /sbin/ldconfig -r .