summaryrefslogtreecommitdiff
path: root/pinebookpro-audio.install
blob: 9008ab33d0a6a0ce37520f40eb6f247a3b425bb8 (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  echo "Enabling acpid ..."
  systemctl enable --now acpid
  echo "Restarting acpid ..."
  systemctl restart acpid
  echo "Enabling hpdet state sync at boot ..."
  systemctl enable --now pinebookpro-audio.service
}