From b88a2eeb12760dcf89d45178d10b5c274b090721 Mon Sep 17 00:00:00 2001 From: apbecker Date: Tue, 2 Apr 2024 12:13:17 -0600 Subject: [PATCH] Add INSTALL.msg for solaar --- srcpkgs/Solaar/INSTALL.msg | 3 +++ srcpkgs/Solaar/files/README.voidlinux | 3 --- srcpkgs/Solaar/template | 4 ---- 3 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/Solaar/INSTALL.msg delete mode 100644 srcpkgs/Solaar/files/README.voidlinux diff --git a/srcpkgs/Solaar/INSTALL.msg b/srcpkgs/Solaar/INSTALL.msg new file mode 100644 index 00000000000000..139cb3af3982a0 --- /dev/null +++ b/srcpkgs/Solaar/INSTALL.msg @@ -0,0 +1,3 @@ +Previous versions of solaar required copying or symlinking udev rules to + /etc/udev/rules.d +If this was done previously, it is recommended to remove that file or symlink. diff --git a/srcpkgs/Solaar/files/README.voidlinux b/srcpkgs/Solaar/files/README.voidlinux deleted file mode 100644 index 7596828f668ad4..00000000000000 --- a/srcpkgs/Solaar/files/README.voidlinux +++ /dev/null @@ -1,3 +0,0 @@ -To use Solaar without root privileges, copy the file - /usr/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules -into the directory /etc/udev/rules.d/ and reload udev rules. diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 922c658f3abe86..79ad7f5e4c2e9c 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -14,7 +14,3 @@ homepage="https://pwr-solaar.github.io/Solaar/" changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md" distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz" checksum=2b292da8923e19a4a7a459d6fcd1119ce157cb579fd00077f87633c0dedfbba5 - -post_install() { - vdoc "${FILESDIR}/README.voidlinux" -}