summarylogtreecommitdiffstats
path: root/init-headphone.install
blob: 35dd243606d7c477afcb4e559e5b1ecb712a18a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
 echo ">>> Please enable the service unit via 'systemctl enable init-headphone.service' "
 echo ">>> Also add 'acpi_enforce_resources=lax' to kernel bootargs and reboot"
}
post_upgrade() {
 post_install
}
post_remove() {
 systemctl disable init-headphone.service
}