summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpoppyschmo2016-04-23 12:22:21 -0700
committerpoppyschmo2016-04-23 12:22:21 -0700
commite07a77e035f1f6789b57d96c4dd27112124057d4 (patch)
treefc991263f0018b6ecba29568d82ec14a3f38a4e2
parent8d2bccde3e419108fdb8385fc7abab5769f582c3 (diff)
downloadaur-e07a77e035f1f6789b57d96c4dd27112124057d4.tar.gz
clarify autoload info in .install file
-rw-r--r--chromebook_keyboard_backlight_driver.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromebook_keyboard_backlight_driver.install b/chromebook_keyboard_backlight_driver.install
index 640cbcc900d1..eec2996a1fbe 100644
--- a/chromebook_keyboard_backlight_driver.install
+++ b/chromebook_keyboard_backlight_driver.install
@@ -16,8 +16,9 @@ post_install() {
local _conf='chromebook_keyboard_backlight_driver.conf'
depmod -a
_spit 'note' "Added $_conf to ${_confd}."
- _spit "If not desired, please remove manually. Otherwise, reboot for changes."
- _spit "After rebooting, check dmesg, lsmod, or '/sys/class/leds' to verify."
+ _spit "For 'backlight' variant, toggle commented lines where appropriate."
+ _spit "Or, delete file to prevent auto-loading entirely. Otherwise, reboot."
+ _spit "Afterwards, check dmesg, lsmod, or '/sys/class/leds' to verify."
}
post_upgrade() {