repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
lib32-physx
/
physx.install
blob
f350c0a8b0ce55627e109f026231127b30e3eb59
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 .
5
}
6
7
pre_remove() {
8
sed -e '/\/usr\/lib32\/PhysX\/v2.8.1/d' -i /etc/ld.so.conf
9
/sbin/ldconfig -r .
10
}