mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -34,3 +34,7 @@ src_install() {
|
||||
systemd_dounit "${FILESDIR}"/unscd.service
|
||||
dosbin unscd
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
tmpfiles_process unscd.conf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user