blob: fa76a29b42c1ff18b949d9bea3b0f23480fd2d3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}
|