summarylogtreecommitdiffstats
path: root/package.install
blob: ed8e192b4da2ebdc020ff6ebf9818d3e32d59ffe (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
post_install() {
  # Remind user to enable the systemd service
  echo -------------------------------------------------------------
  echo 'After customizing the configuration in /etc/lenovo_fix.conf,'
  echo 'enable the service by running: systemctl enable lenovo_fix'
  echo -------------------------------------------------------------
}