updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / opennx / opennx.install
blob481939923d2b9b6ccf49a0778ce26c73d9e419e4
1 post_install() {
2         grep -q '/opt/NX/lib' etc/ld.so.conf || echo '/opt/NX/lib' >> etc/ld.so.conf
5 post_upgrade() {
6         post_install
9 post_remove() {
10         sed  -ie '/\/opt\/NX\/lib/d' etc/ld.so.conf