summarylogtreecommitdiffstats
path: root/gpd-fan-driver.install
blob: 4eb48a5f42dafb4f4e2f76bfb180f53990b09c02 (plain)
1
2
3
4
5
6
post_install() {
  printf '\n'
  printf '%s\n' "  * To load the 'gpd-fan' module, run 'modprobe gpd-fan'."
  printf '%s\n' "  * To enable autoload of 'gpd-fan' at boot, copy '/usr/share/doc/gpd-fan-driver/modules-load-gpd-fan.conf' into '/etc/modulues-load.d/'."
  printf '\n'
}