summarylogtreecommitdiffstats
path: root/cuda-10.2.install
blob: 9fe2b2a61db516f21888f2826dce114f86d63e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo "The cuda binaries are in /opt/cuda-10.2/bin"
    echo "The cuda samples are in /opt/cuda-10.2/samples"
    echo "The cuda docs are in /opt/cuda-10.2/doc"
    echo "You need to relogin in order for the cuda binaries to appear in your PATH"
    post_upgrade
}

post_upgrade() {
    ldconfig -r .
}