commit: 2c5e5214af8b59055c03fc0a8b5aa220e151c367
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 20:45:51 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 23:19:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5e5214
x11-terms/kitty-shell-integration: sync live
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
index 4bf3e29efd4b..c50ecb7f91d9 100644
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-9999.ebuild
@@ -31,4 +31,7 @@ src_install() {
dosym -r
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
# zsh integration is handled automatically without needing to modify rc
files,
# but may require user intervention depending on zsh invocation or if
remote
+
+ # this is used internally by the ssh kitten and is not useful there
+ rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
}