summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-31 00:15:30 +0100
committerSam James <sam@gentoo.org>2021-07-31 00:30:20 +0100
commit36b5d0460f181626ae247586edb483afe846f7ef (patch)
tree364743c182bf0ba1cd4c102b2189b3a1441b47ea /www-servers/lighttpd
parentwww-misc/vdradmin-am: [QA] call tmpfiles_process in pkg_postinst (diff)
downloadgentoo-36b5d0460f181626ae247586edb483afe846f7ef.tar.gz
gentoo-36b5d0460f181626ae247586edb483afe846f7ef.tar.bz2
gentoo-36b5d0460f181626ae247586edb483afe846f7ef.zip
www-servers/lighttpd: [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>
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild b/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
index 2da970b100e4..eb3c31223865 100644
--- a/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.55-r101.ebuild
@@ -229,6 +229,8 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process ${PN}.tmpfiles.conf
+
use ipv6 && readme.gentoo_print_elog
if [[ -f ${ROOT}/etc/conf.d/spawn-fcgi.conf ]] ; then