summarylogtreecommitdiffstats
path: root/nvidia-xrun-pm.install
blob: eb3a6b0b9b8529fbf37795a0c20913661a14d39e (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  cat <<EOF
In order to automatically disable the NVIDIA graphic card at boot:
  - blacklist the "nvidia" module in /etc/modprobe.d/
  - enable the "nvidia-xrun-pm" systemd service
EOF
}

post_upgrade() {
  post_install $1
}