Skip to content

Commit

Permalink
app-accessibility/brltty: [QA] call tmpfiles_process in pkg_postinst
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thesamesam committed Jul 30, 2021
1 parent bad74a8 commit c27de8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-accessibility/brltty/brltty-6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c27de8d

Please sign in to comment.