From ccc04dd6534c6ec1d23037ac21637e70cb829d86 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 6 Mar 2025 06:23:57 +0000 Subject: fzf: removed shell completion --- repos/extra/fzf/.files | 6 ------ repos/extra/fzf/abuild | 3 --- 2 files changed, 9 deletions(-) diff --git a/repos/extra/fzf/.files b/repos/extra/fzf/.files index 43b26c15..1fa6aca5 100644 --- a/repos/extra/fzf/.files +++ b/repos/extra/fzf/.files @@ -2,9 +2,3 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/fzf -rwxr-xr-x root/root usr/bin/fzf-tmux -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/fzf/ --rw-r--r-- root/root usr/share/fzf/completion.bash --rw-r--r-- root/root usr/share/fzf/completion.zsh --rw-r--r-- root/root usr/share/fzf/key-bindings.bash --rw-r--r-- root/root usr/share/fzf/key-bindings.zsh diff --git a/repos/extra/fzf/abuild b/repos/extra/fzf/abuild index e5b93903..a8524c67 100644 --- a/repos/extra/fzf/abuild +++ b/repos/extra/fzf/abuild @@ -22,7 +22,4 @@ build() { install -dm755 $PKG/usr/bin install -m755 fzf bin/fzf-tmux $PKG/usr/bin/ - - install -dm755 $PKG/usr/share/fzf - install -m644 shell/*.bash shell/*.zsh $PKG/usr/share/fzf } -- cgit v1.2.3