diff --git a/setup.py b/setup.py index e12b9a35..2745b759 100755 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ def _data_files(): yield 'share/applications', ['share/applications/solaar.desktop'] yield autostart_path, ['share/autostart/solaar.desktop'] + yield '/etc/udev/rules.d', ['rules.d/42-logitech-unify-permissions.rules'] del _dirname