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 <sam@gentoo.org>
This commit is contained in:
Sam James
2021-07-30 23:58:26 +01:00
parent aac398a2b8
commit 15b7614fcd

View File

@@ -34,3 +34,7 @@ src_install() {
systemd_dounit "${FILESDIR}"/unscd.service
dosbin unscd
}
pkg_postinst() {
tmpfiles_process unscd.conf
}