ripgrep: remove fish completions
This commit is contained in:
parent
0662a80e2d
commit
ca7e4a44fe
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ripgrep'
|
||||
pkgname=ripgrep
|
||||
version=11.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="asciidoc"
|
||||
short_desc="Fast search tool inspired by ag and grep"
|
||||
|
@ -19,5 +19,4 @@ post_install() {
|
|||
cd target/${RUST_TARGET}/release/build/ripgrep-*/out
|
||||
vman rg.1
|
||||
vinstall rg.bash 0644 usr/share/bash-completion/completions rg
|
||||
vinstall rg.fish 0644 usr/share/fish/completions
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue