You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
283 B

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
}