diff options
author | Karl L. Brennan | 2024-09-10 12:38:41 +0200 |
---|---|---|
committer | Karl L. Brennan | 2024-09-10 12:38:41 +0200 |
commit | 7f272fac20f3728b4ff2f6d715e43d58aba8e35b (patch) | |
tree | acff679298158050a0341590a6127da03848cba2 /cuda-versioned-common.install | |
download | aur-cuda-versioned-common.tar.gz |
Initial commit
Diffstat (limited to 'cuda-versioned-common.install')
-rw-r--r-- | cuda-versioned-common.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cuda-versioned-common.install b/cuda-versioned-common.install new file mode 100644 index 000000000000..4bc3ff13898c --- /dev/null +++ b/cuda-versioned-common.install @@ -0,0 +1,10 @@ +post_install() { + echo "The cuda binaries are in /opt/cuda/default/bin" + echo "The cuda samples are in /opt/cuda/default/samples" + echo "The cuda docs are in /opt/cuda/default/doc" + echo "You need to relogin in order for the cuda binaries to appear in your PATH" +} + +pre_remove() { + archlinux-cuda unset +} |