From 86eeaf50ea081474269d03340ab40faf3d4830ca Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 31 Jul 2021 00:13:44 +0100 Subject: net-analyzer/smokeping: [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 --- net-analyzer/smokeping/smokeping-2.7.3-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-analyzer') diff --git a/net-analyzer/smokeping/smokeping-2.7.3-r1.ebuild b/net-analyzer/smokeping/smokeping-2.7.3-r1.ebuild index 497f430571fb..26e3c02ce8a7 100644 --- a/net-analyzer/smokeping/smokeping-2.7.3-r1.ebuild +++ b/net-analyzer/smokeping/smokeping-2.7.3-r1.ebuild @@ -137,3 +137,7 @@ src_install() { fperms 775 /var/lib/${PN} /var/lib/${PN}/.simg } + +pkg_postinst() { + tmpfiles_process ${PN}.conf +} -- cgit v1.2.3-65-gdbad