summarylogtreecommitdiffstats
path: root/cuda.install
diff options
context:
space:
mode:
authorFrancisco Magalhães2015-08-29 16:19:13 -0300
committerFrancisco Magalhães2015-08-29 16:19:13 -0300
commit76fdce9ecd3239b8e83f3710994c24548d7c89fa (patch)
tree8a2635c050741ad6e2df2381035e741c242c22b7 /cuda.install
downloadaur-76fdce9ecd3239b8e83f3710994c24548d7c89fa.tar.gz
Initial import
Diffstat (limited to 'cuda.install')
-rw-r--r--cuda.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cuda.install b/cuda.install
new file mode 100644
index 000000000000..fb341b1dd3a3
--- /dev/null
+++ b/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 .
+}