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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
libgl-git-glselect
/
libgl.install
blob
b38ef5fc45448cd066896c180e8dc6d7e5392e29
1
post_install() {
2
ln -sf libGL.so.1.2 /usr/lib/libGL.so
3
ln -sf libGL.so.1.2 /usr/lib/libGL.so.1
4
ln -sf libglx.xorg /usr/lib/xorg/modules/extensions/libglx.so
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
# vim:set ts=2 sw=2 et: