summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-09-25 15:18:48 +0200
committerMarek Szuba <marecki@gentoo.org>2020-09-25 16:25:32 +0200
commite506b412bc9046644e806af5df402ea808a2014f (patch)
tree102888788bade4a818492a81e1b76b4072625419 /net-misc/oidc-agent
parentsys-libs/binutils-libs: Remove old (diff)
downloadgentoo-e506b412bc9046644e806af5df402ea808a2014f.tar.gz
gentoo-e506b412bc9046644e806af5df402ea808a2014f.tar.bz2
gentoo-e506b412bc9046644e806af5df402ea808a2014f.zip
net-misc/oidc-agent: do not install incompatible Xsession.d file
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc/oidc-agent')
-rw-r--r--net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild (renamed from net-misc/oidc-agent/oidc-agent-3.3.5.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/oidc-agent/oidc-agent-3.3.5.ebuild b/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
index 8c424ae08feb..5d92fd75b2cc 100644
--- a/net-misc/oidc-agent/oidc-agent-3.3.5.ebuild
+++ b/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
@@ -41,6 +41,10 @@ src_install() {
INCLUDE_PATH="${ED}"/usr/include \
LIB_PATH="${ED}"/usr/$(get_libdir) \
install
+
+ # This file is not compatible with Gentoo and in any case, we generally
+ # let the users load such agents themselves.
+ rm -f "${ED}"/etc/X11/Xsession.d/91${PN}
}
pkg_postinst() {