diff options
-rw-r--r-- | net-misc/oidc-agent/oidc-agent-5.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |