diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-01-15 20:54:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-20 01:21:45 +0000 |
commit | 0c850ccc28efa2fa5ea2538e249a243d0a7102a2 (patch) | |
tree | d5d35eedf59015c59d352833bcfc01a109659e20 /app-accessibility | |
parent | app-arch/upx: drop 4.0.0, 4.0.1 (diff) | |
download | gentoo-0c850ccc28efa2fa5ea2538e249a243d0a7102a2.tar.gz gentoo-0c850ccc28efa2fa5ea2538e249a243d0a7102a2.tar.bz2 gentoo-0c850ccc28efa2fa5ea2538e249a243d0a7102a2.zip |
app-accessibility/brltty: remove unused files
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29121
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/files/brltty.rc | 12 | ||||
-rw-r--r-- | app-accessibility/brltty/files/brltty.tmpfiles.conf | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/app-accessibility/brltty/files/brltty.rc b/app-accessibility/brltty/files/brltty.rc deleted file mode 100644 index 100dd29b778a..000000000000 --- a/app-accessibility/brltty/files/brltty.rc +++ /dev/null @@ -1,12 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -command=/bin/brltty -pidfile=/var/run/brltty.pid -command_args="-P ${pidfile} -q" - -depend() { - before * - after clock -} diff --git a/app-accessibility/brltty/files/brltty.tmpfiles.conf b/app-accessibility/brltty/files/brltty.tmpfiles.conf deleted file mode 100644 index 18cc4021e33b..000000000000 --- a/app-accessibility/brltty/files/brltty.tmpfiles.conf +++ /dev/null @@ -1 +0,0 @@ -d /run/brltty 0755 root root - |