aboutsummarylogtreecommitdiffstats
path: root/cuda-versioned-common.install
blob: 4bc3ff13898cf205e12cf461aaddd1939216a666 (plain)
1
2
3
4
5
6
7
8
9
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
}