install: install udev rule with pip
This commit is contained in:
parent
6282ae05e8
commit
b01b74f2a8
1
setup.py
1
setup.py
|
@ -25,6 +25,7 @@ def _data_files():
|
||||||
|
|
||||||
yield 'share/applications', ['share/applications/solaar.desktop']
|
yield 'share/applications', ['share/applications/solaar.desktop']
|
||||||
yield autostart_path, ['share/autostart/solaar.desktop']
|
yield autostart_path, ['share/autostart/solaar.desktop']
|
||||||
|
yield '/etc/udev/rules.d', ['rules.d/42-logitech-unify-permissions.rules']
|
||||||
|
|
||||||
del _dirname
|
del _dirname
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue