summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-30 23:55:22 +0100
committerSam James <sam@gentoo.org>2021-07-31 00:29:52 +0100
commitb2b6cd05f769a0d1c581fabc1e6074925d26cfa1 (patch)
tree6a38ee6e62047c71206f35f9d0cbd460b0fcfc28 /media-sound/murmur/murmur-1.3.3.ebuild
parentdev-libs/cyrus-sasl: [QA] call tmpfiles_process in pkg_postinst (diff)
downloadgentoo-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/murmur/murmur-1.3.3.ebuild')
-rw-r--r--media-sound/murmur/murmur-1.3.3.ebuild1
1 files changed, 1 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
}