summarylogtreecommitdiffstats
path: root/cuda-9.2.install
diff options
context:
space:
mode:
authorLopo2018-10-14 16:52:49 +0200
committerLopo2018-10-14 16:52:49 +0200
commitcaefec16d5db7e53352374be67b52759c832a2e7 (patch)
tree7588abb279f634e34765d5909029a1159d2a69c8 /cuda-9.2.install
downloadaur-cuda-9.2.tar.gz
init
Diffstat (limited to 'cuda-9.2.install')
-rw-r--r--cuda-9.2.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/cuda-9.2.install b/cuda-9.2.install
new file mode 100644
index 000000000000..41d07c63c047
--- /dev/null
+++ b/cuda-9.2.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "The cuda-9.2 binaries are in /opt/cuda-9.2/bin"
+ echo "The cuda-9.2 samples are in /opt/cuda-9.2/samples"
+ echo "The cuda-9.2 docs are in /opt/cuda-9.2/doc"
+ echo "You need to relogin in order for the cuda-9.2 binaries to appear in your PATH"
+ post_upgrade
+}
+
+post_upgrade() {
+ ldconfig -r .
+}