Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. ## lib32-physx.conf
  2.  
  3. /usr/lib32/PhysX/v2.8.1
  4.  
  5. ## lib32-physx.install
  6.  
  7. post_install() {
  8.     ldconfig
  9. }
  10.  
  11. post_remove() {
  12.     ldconfig
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement