From ea743d2d95f80a1f543598b1f4b0d03a1e8cfcbf Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jul 2021 23:54:41 +0100 Subject: app-misc/fhem: [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 --- app-misc/fhem/fhem-6.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-misc') diff --git a/app-misc/fhem/fhem-6.0-r1.ebuild b/app-misc/fhem/fhem-6.0-r1.ebuild index 9ad9768d8330..e85f6305a8f0 100644 --- a/app-misc/fhem/fhem-6.0-r1.ebuild +++ b/app-misc/fhem/fhem-6.0-r1.ebuild @@ -101,3 +101,7 @@ src_install() { fowners fhem:fhem /opt/fhem/fhem.cfg } + +pkg_postinst() { + tmpfiles_process fhem.conf +} -- cgit v1.2.3-18-g5258