diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-10-25 00:21:25 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-10-25 00:21:25 +0100 |
commit | c30d477a9e8c57ebeda57aa1caa11548e1a4219b (patch) | |
tree | 409e75eab289c12b54d811e323d184d0a0d41207 /net-misc | |
parent | mail-mta/proton-mail-bridge: add 3.5.4 (diff) | |
download | gentoo-c30d477a9e8c57ebeda57aa1caa11548e1a4219b.tar.gz gentoo-c30d477a9e8c57ebeda57aa1caa11548e1a4219b.tar.bz2 gentoo-c30d477a9e8c57ebeda57aa1caa11548e1a4219b.zip |
net-misc/oidc-agent: call tmpfiles_process in pkg_postinst()
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc')
-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 |