summaryrefslogtreecommitdiff
path: root/community/cuda-toolkit/cuda-toolkit.install
blob: 4e1a1a6b7da5ba6c83b205802407a81d369887d8 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo "You need to relogin in order for the cuda-toolkit binaries to appear in your path."
    post_upgrade
}

post_upgrade() {
    ldconfig -r .
}