summaryrefslogtreecommitdiff
path: root/user/acpilight/acpilight.post-install
blob: 958c8dbd33921e65a00b7bbca2a73e2dd6b93515 (plain) (blame)
1
2
3
4
5
6
7
8
#!/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