From 15b7614fcd08b8f01a343fb10c9d95aea16c4d48 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jul 2021 23:58:26 +0100 Subject: sys-apps/unscd: [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 --- sys-apps/unscd/unscd-0.54-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys-apps/unscd') diff --git a/sys-apps/unscd/unscd-0.54-r1.ebuild b/sys-apps/unscd/unscd-0.54-r1.ebuild index f8010311180b..0e9ee2aa391d 100644 --- a/sys-apps/unscd/unscd-0.54-r1.ebuild +++ b/sys-apps/unscd/unscd-0.54-r1.ebuild @@ -34,3 +34,7 @@ src_install() { systemd_dounit "${FILESDIR}"/unscd.service dosbin unscd } + +pkg_postinst() { + tmpfiles_process unscd.conf +} -- cgit v1.2.3-65-gdbad