aboutsummarylogtreecommitdiffstats
path: root/g9xled.install
blob: 306f58f08c9d32aa41c8d1fd235c0f3f279f9cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {

cat <<-EoM

==> To set the Logitech G9X LED color, enter a hexadecimal value as root:
==>
==> g9xled RRGGBB
==>
==> g9xled attempts to round to the nearest subset color allowed by the G9X
==> mouse.  Settings are temporary - profile color is restored on un-plugging
==> and re-plugging of the mouse, or upon reboot.

EoM

}

post_upgrade() {

post_install

}