xwallpaper: install zsh completion on site-functions.
This commit is contained in:
parent
454f86b0b8
commit
33512a5475
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xwallpaper'
|
||||
pkgname=xwallpaper
|
||||
version=0.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
||||
|
@ -23,5 +23,8 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/zsh/site-functions
|
||||
mv ${DESTDIR}/usr/share/zsh/{vendor-completions,site-functions}/_xwallpaper
|
||||
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue