From 5ff792f86eab693bbe649de9ae8864e3b6449c3c Mon Sep 17 00:00:00 2001 From: Kridsada Thanabulpong Date: Mon, 25 Nov 2019 16:59:08 +0900 Subject: [PATCH] solaar: install udev rules --- srcpkgs/Solaar/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 2e8f4112e0e..a984f703b06 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,7 +1,7 @@ # Template file for 'Solaar' pkgname=Solaar version=1.0.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="hidapi logitech_receiver solaar" @@ -13,3 +13,7 @@ license="GPL-3.0-or-later" homepage="https://pwr-solaar.github.io/Solaar/" distfiles="https://github.com/pwr-Solaar/Solaar/archive/${version}.tar.gz" checksum=20f7c29610cc1d0a964052b6698c3e01f1703d08d621cbe7f9e45a9892632f13 + +post_install() { + vinstall rules.d/42-logitech-unify-permissions.rules 644 usr/lib/udev/rules.d/ +}