googler: install fish completion to vendor_completions.d

This commit is contained in:
Piraty 2020-02-25 11:36:30 +01:00 committed by Piraty
parent 1f5da340e7
commit 9bcc513f40

View file

@ -1,7 +1,7 @@
# Template file for 'googler'
pkgname=googler
version=4.0
revision=1
revision=2
build_style=gnu-makefile
make_build_target=disable-self-upgrade
depends="python3 xsel xclip"
@ -14,6 +14,6 @@ checksum=f72593ca2a3dccd7301c0fed55effd223cc38f6c21910bffbbfba1360c985cd3
post_install() {
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
}