commit: c30d477a9e8c57ebeda57aa1caa11548e1a4219b Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Oct 24 23:21:25 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Oct 24 23:21:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30d477a
net-misc/oidc-agent: call tmpfiles_process in pkg_postinst() Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-misc/oidc-agent/oidc-agent-5.0.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/oidc-agent/oidc-agent-5.0.1.ebuild b/net-misc/oidc-agent/oidc-agent-5.0.1.ebuild index 9852ffb3f2b7..9a69211000e7 100644 --- a/net-misc/oidc-agent/oidc-agent-5.0.1.ebuild +++ b/net-misc/oidc-agent/oidc-agent-5.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit xdg-utils +inherit tmpfiles xdg-utils DESCRIPTION="Agent and tools for managing OpenID Connect tokens on the command line" HOMEPAGE="https://github.com/indigo-dc/oidc-agent" @@ -68,6 +68,8 @@ src_install() { } pkg_postinst() { + tmpfiles_process ${PN}.conf + xdg_desktop_database_update if [[ -z "${REPLACING_VERSIONS}" ]]; then
