diff options
Diffstat (limited to 'community/cuda/cuda.install')
-rw-r--r-- | community/cuda/cuda.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/cuda/cuda.install b/community/cuda/cuda.install deleted file mode 100644 index fb341b1dd..000000000 --- a/community/cuda/cuda.install +++ /dev/null @@ -1,11 +0,0 @@ -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 . -} |