diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 00:12:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:29:40 +0100 |
commit | c27de8d1730848f32383e4ab8d0a3d313a124314 (patch) | |
tree | cb416cb5560e0c583c904980f135efb290e9a683 /app-accessibility | |
parent | x11-wm/xpra: consistent tmpfiles_process arguments (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/brltty-6.1.ebuild | 4 |
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 |