diff options
author | Sam James <sam@gentoo.org> | 2021-07-30 23:55:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 00:29:52 +0100 |
commit | b2b6cd05f769a0d1c581fabc1e6074925d26cfa1 (patch) | |
tree | 6a38ee6e62047c71206f35f9d0cbd460b0fcfc28 /media-sound | |
parent | dev-libs/cyrus-sasl: [QA] call tmpfiles_process in pkg_postinst (diff) | |
download | gentoo-b2b6cd05f769a0d1c581fabc1e6074925d26cfa1.tar.gz gentoo-b2b6cd05f769a0d1c581fabc1e6074925d26cfa1.tar.bz2 gentoo-b2b6cd05f769a0d1c581fabc1e6074925d26cfa1.zip |
media-sound/murmur: [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 'media-sound')
-rw-r--r-- | media-sound/murmur/murmur-1.3.3.ebuild | 1 | ||||
-rw-r--r-- | media-sound/murmur/murmur-1.3.4.ebuild | 1 | ||||
-rw-r--r-- | media-sound/murmur/murmur-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/media-sound/murmur/murmur-1.3.3.ebuild b/media-sound/murmur/murmur-1.3.3.ebuild index 2c04f6f334ec..9131ecb5514c 100644 --- a/media-sound/murmur/murmur-1.3.3.ebuild +++ b/media-sound/murmur/murmur-1.3.3.ebuild @@ -157,5 +157,6 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf readme.gentoo_print_elog } diff --git a/media-sound/murmur/murmur-1.3.4.ebuild b/media-sound/murmur/murmur-1.3.4.ebuild index adbc89cd82c7..6af71f6272f0 100644 --- a/media-sound/murmur/murmur-1.3.4.ebuild +++ b/media-sound/murmur/murmur-1.3.4.ebuild @@ -157,5 +157,6 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf readme.gentoo_print_elog } diff --git a/media-sound/murmur/murmur-9999.ebuild b/media-sound/murmur/murmur-9999.ebuild index 5eb4b58cfda9..49460f4e5a97 100644 --- a/media-sound/murmur/murmur-9999.ebuild +++ b/media-sound/murmur/murmur-9999.ebuild @@ -162,5 +162,6 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf readme.gentoo_print_elog } |