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

post_upgrade() {
    ldconfig -r .
}