commit: 198ce638123cb0b2d45015b1acb3e37d9fb8bec6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 23:15:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 23:30:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198ce638
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 <AT> gentoo.org>
www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
index 8b56d40b4d0..a83b2926d12 100644
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
+++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
@@ -52,3 +52,7 @@ src_install() {
apache-module_src_install
dotmpfiles "${FILESDIR}/${PN}.conf"
}
+
+pkg_postinst() {
+ tmpfiles_process ${PN}.conf
+}