www-apache/mod_auth_kerb: [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-31 00:15:04 +01:00
parent 7b58c934fa
commit 198ce63812
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 4 additions and 0 deletions

View File

@ -52,3 +52,7 @@ src_install() {
apache-module_src_install
dotmpfiles "${FILESDIR}/${PN}.conf"
}
pkg_postinst() {
tmpfiles_process ${PN}.conf
}