summarylogtreecommitdiffstats
path: root/nvidia-340xx.install
blob: 5f9783b70a4e6cb3307d18ee1b5443bb769b5c54 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "-> You must tell Xorg to use the nvidia driver with kernels >=5.11.0."
  echo "-> Minimal xorg config example: /usr/share/nvidia-340xx/20-nvidia.conf"
  echo "-> To place in /etc/X11/xorg.conf.d/"
}

post_upgrade() {
  post_install
}