summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-31 00:12:53 +0100
committerSam James <sam@gentoo.org>2021-07-31 00:29:40 +0100
commitc27de8d1730848f32383e4ab8d0a3d313a124314 (patch)
treecb416cb5560e0c583c904980f135efb290e9a683
parentx11-wm/xpra: consistent tmpfiles_process arguments (diff)
downloadgentoo-c27de8d1730848f32383e4ab8d0a3d313a124314.tar.gz
gentoo-c27de8d1730848f32383e4ab8d0a3d313a124314.tar.bz2
gentoo-c27de8d1730848f32383e4ab8d0a3d313a124314.zip
app-accessibility/brltty: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-accessibility/brltty/brltty-6.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-accessibility/brltty/brltty-6.1.ebuild b/app-accessibility/brltty/brltty-6.1.ebuild
index cff7d7f3322c..648e42c44bc4 100644
--- a/app-accessibility/brltty/brltty-6.1.ebuild
+++ b/app-accessibility/brltty/brltty-6.1.ebuild
@@ -207,8 +207,10 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process ${PN}.tmpfiles.conf
+
elog
- elog "please be sure ${ROOT}/etc/brltty.conf is correct for your system."
+ elog "please be sure ${EROOT}/etc/brltty.conf is correct for your system."
elog
elog "To make brltty start on boot, type this command as root:"
elog