summarylogtreecommitdiffstats
path: root/cuda-9.2.install
diff options
context:
space:
mode:
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 .
+}