diff --git a/srcpkgs/xwallpaper/template b/srcpkgs/xwallpaper/template index 85680a96860..f6f98949fa2 100644 --- a/srcpkgs/xwallpaper/template +++ b/srcpkgs/xwallpaper/template @@ -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 }