imgp: install fish completion to vendor_completions.d
This commit is contained in:
parent
817494dd73
commit
0451d9afd7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'imgp'
|
||||
pkgname=imgp
|
||||
version=2.7
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=gnu-makefile
|
||||
depends="python3-Pillow"
|
||||
|
@ -15,5 +15,5 @@ checksum=362f9fab7eaf4c53438e12f32477329c970bd7348181c243ffa30326e231acf7
|
|||
post_install() {
|
||||
vinstall auto-completion/bash/imgp-completion.bash 644 usr/share/bash-completion/completions imgp
|
||||
vinstall auto-completion/zsh/_imgp 644 usr/share/zsh/site-functions
|
||||
vinstall auto-completion/fish/imgp.fish 644 usr/share/fish/completions
|
||||
vinstall auto-completion/fish/imgp.fish 644 usr/share/fish/vendor_completions.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue