summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-10-25 00:21:25 +0100
committerMarek Szuba <marecki@gentoo.org>2023-10-25 00:21:25 +0100
commitc30d477a9e8c57ebeda57aa1caa11548e1a4219b (patch)
tree409e75eab289c12b54d811e323d184d0a0d41207
parentmail-mta/proton-mail-bridge: add 3.5.4 (diff)
downloadgentoo-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>
-rw-r--r--net-misc/oidc-agent/oidc-agent-5.0.1.ebuild4
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