blob: e525a677d63e8f1571c34fd50b489f3975f4686e (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo '--> By default, first matching webcam/als device and backlight interface are used.'
echo '--> Therefore, it should work out of the box even without any setup in most cases.'
echo '--> For any customization, take a look at settings file placed in /etc/default/clight.conf.'
echo '--> If you are not in a XDG compliant DE, remember to add clight to your autostart script.'
}
|