blob: 958c8dbd33921e65a00b7bbca2a73e2dd6b93515 (
plain) (
tree)
|
|
#!/bin/sh
udevadm trigger -s backlight -c add
echo "*"
echo "* Any user wishing to use xbacklight must be in the 'video' group."
echo "* Check using 'groups \$USER' and add using 'usermod -aG video \$USER'."
echo "*"
exit 0
|