mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
googler: install fish completion to vendor_completions.d
This commit is contained in:
parent
1f5da340e7
commit
9bcc513f40
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'googler'
|
# Template file for 'googler'
|
||||||
pkgname=googler
|
pkgname=googler
|
||||||
version=4.0
|
version=4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=disable-self-upgrade
|
make_build_target=disable-self-upgrade
|
||||||
depends="python3 xsel xclip"
|
depends="python3 xsel xclip"
|
||||||
|
@ -14,6 +14,6 @@ checksum=f72593ca2a3dccd7301c0fed55effd223cc38f6c21910bffbbfba1360c985cd3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall auto-completion/bash/googler-completion.bash 644 /usr/share/bash-completion/completions/googler
|
vinstall auto-completion/bash/googler-completion.bash 644 /usr/share/bash-completion/completions/googler
|
||||||
vinstall auto-completion/fish/googler.fish 644 /usr/share/fish/completions
|
vinstall auto-completion/fish/googler.fish 644 usr/share/fish/vendor_completions.d
|
||||||
vinstall auto-completion/zsh/_googler 644 /usr/share/zsh/site-functions
|
vinstall auto-completion/zsh/_googler 644 /usr/share/zsh/site-functions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue