summarylogtreecommitdiffstats
path: root/nvidia-utils-full-beta-all.install
blob: 6090aad70c43cc9296d9cd1964cd92bc62a6db44 (plain)
1
2
3
4
5
6
7
post_upgrade() {
    printf '%s\n' "If you run into trouble with CUDA not being available, run 'nvidia-modprobe' first."
}

post_install() {
    post_upgrade
}