summarylogtreecommitdiffstats
path: root/asus-kbd-backlight.install
diff options
context:
space:
mode:
Diffstat (limited to 'asus-kbd-backlight.install')
-rw-r--r--asus-kbd-backlight.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/asus-kbd-backlight.install b/asus-kbd-backlight.install
new file mode 100644
index 000000000000..fa76a29b42c1
--- /dev/null
+++ b/asus-kbd-backlight.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo
+ echo "If the script is not working for you, please make sure that the"
+ echo "kernel module asus-nb-wmi is loaded."
+ echo
+ echo -e "\tmodprobe asus-nb-wmi"
+ echo
+ echo "By default, only root may use the asus-kbd-backlight command."
+ echo "Run \"asus-kbd-backlight allowusers\" to change this, or let"
+ echo "systemd do this automatically at boot by saying:"
+ echo
+ echo -e "\tsystemctl enable asus-kbd-backlight.service"
+ echo
+}