diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 00:14:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:30:05 +0100 |
commit | 1c77ec49e504e970eb8fd74a1d835c7ba75ac360 (patch) | |
tree | 8a212ac54c0b9775bb4c2e073b1d439219375850 /net-im | |
parent | net-fs/samba: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-1c77ec49e504e970eb8fd74a1d835c7ba75ac360.tar.gz gentoo-1c77ec49e504e970eb8fd74a1d835c7ba75ac360.tar.bz2 gentoo-1c77ec49e504e970eb8fd74a1d835c7ba75ac360.zip |
net-im/ejabberd: [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 'net-im')
-rw-r--r-- | net-im/ejabberd/ejabberd-20.04.ebuild | 2 | ||||
-rw-r--r-- | net-im/ejabberd/ejabberd-21.04.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-im/ejabberd/ejabberd-20.04.ebuild b/net-im/ejabberd/ejabberd-20.04.ebuild index e2df234b563a..90c657f64b01 100644 --- a/net-im/ejabberd/ejabberd-20.04.ebuild +++ b/net-im/ejabberd/ejabberd-20.04.ebuild @@ -271,6 +271,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process ${PN}.tmpfiles.conf + if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" diff --git a/net-im/ejabberd/ejabberd-21.04.ebuild b/net-im/ejabberd/ejabberd-21.04.ebuild index 3cf528129054..245c006f1141 100644 --- a/net-im/ejabberd/ejabberd-21.04.ebuild +++ b/net-im/ejabberd/ejabberd-21.04.ebuild @@ -252,6 +252,8 @@ pkg_preinst() { } pkg_postinst() { + tmpfiles_process ${PN}.tmpfiles.conf + if [[ ! ${REPLACING_VERSIONS} ]]; then echo elog "For configuration instructions, please see" |