diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 00:13:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:29:51 +0100 |
commit | fcb1d3cdc3151c595ee90c4ffb75fc8a6a5be1ed (patch) | |
tree | 8c345f85dedbc12a0fa8381107b4b283e9af9c51 /dev-libs/cyrus-sasl | |
parent | dev-db/redis: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-fcb1d3cdc3151c595ee90c4ffb75fc8a6a5be1ed.tar.gz gentoo-fcb1d3cdc3151c595ee90c4ffb75fc8a6a5be1ed.tar.bz2 gentoo-fcb1d3cdc3151c595ee90c4ffb75fc8a6a5be1ed.zip |
dev-libs/cyrus-sasl: [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 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild index dc7832f55a9c..209963f65410 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild @@ -241,6 +241,8 @@ multilib_src_install_all() { } pkg_postinst() { + tmpfiles_process ${PN}.conf + # Generate an empty sasldb2 with correct permissions. if ( use berkdb || use gdbm ) && [[ ! -f "${EROOT}/etc/sasl2/sasldb2" ]] ; then einfo "Generating an empty sasldb2 with correct permissions ..." |