summaryrefslogtreecommitdiff
path: root/community/cuda/cuda.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-30 01:38:24 -0700
committerroot <root@rshg054.dnsready.net>2012-10-30 01:38:24 -0700
commit455295fdb5009a8cd7b033a93e01f7450fd3087b (patch)
tree278f9d3446f3e581a65629cb7a122c9d5df20df8 /community/cuda/cuda.install
parent29665004d902f751dedb1a4baaa896f9ed74c6b6 (diff)
Tue Oct 30 01:38:05 PDT 2012
Diffstat (limited to 'community/cuda/cuda.install')
-rw-r--r--community/cuda/cuda.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/cuda/cuda.install b/community/cuda/cuda.install
new file mode 100644
index 000000000..fb341b1dd
--- /dev/null
+++ b/community/cuda/cuda.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "The cuda binaries are in /opt/cuda/bin"
+ echo "The cuda samples are in /opt/cuda/samples"
+ echo "The cuda docs are in /opt/cuda/doc"
+ echo "You need to relogin in order for the cuda binaries to appear in your PATH"
+ post_upgrade
+}
+
+post_upgrade() {
+ ldconfig -r .
+}