summarylogtreecommitdiffstats
path: root/nvidia-340xx.install
blob: 6644937aaeb8e46d8fcea95a22a09b632e3ba66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat <<END

>>> You must tell Xorg to use the nvidia driver with kernels >=5.11.0.
    Minimal config example provided in /usr/share/nvidia-340xx/20-nvidia.conf
    which you should manually place in /etc/X11/xorg.conf.d/

END
}

post_upgrade() {
  post_install
}