repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-x86_64
[ArchLinux/community.git]
/
cuda
/
trunk
/
cuda.install
blob
fb341b1dd3a3345254fab4021a42e2068492f53e
1
post_install() {
2
echo "The cuda binaries are in /opt/cuda/bin"
3
echo "The cuda samples are in /opt/cuda/samples"
4
echo "The cuda docs are in /opt/cuda/doc"
5
echo "You need to relogin in order for the cuda binaries to appear in your PATH"
6
post_upgrade
7
}
8
9
post_upgrade() {
10
ldconfig -r .
11
}