diff options
author | ektor5 | 2015-07-02 07:01:37 +0200 |
---|---|---|
committer | ektor5 | 2015-07-02 07:01:37 +0200 |
commit | 43fbaf40ee4aa3d59600715e8c3419a685c0cb21 (patch) | |
tree | 3466eb5ab3a9d9d667554ca0a7506386675a711d /init-headphone.install | |
download | aur-43fbaf40ee4aa3d59600715e8c3419a685c0cb21.tar.gz |
Initial commit
Diffstat (limited to 'init-headphone.install')
-rw-r--r-- | init-headphone.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init-headphone.install b/init-headphone.install new file mode 100644 index 000000000000..35dd243606d7 --- /dev/null +++ b/init-headphone.install @@ -0,0 +1,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 +} + |