From bf475e8d57b51f35fcbe2d1b6ab1879716a70593 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Fri, 19 Sep 2014 22:49:45 +0000 Subject: [PATCH] bspwm: install bash and zsh bspc completion --- srcpkgs/bspwm/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bspwm/template b/srcpkgs/bspwm/template index 223b25014f5..30adae9750a 100644 --- a/srcpkgs/bspwm/template +++ b/srcpkgs/bspwm/template @@ -1,7 +1,7 @@ # Template file for 'bspwm' pkgname=bspwm version=0.8.9 -revision=2 +revision=3 build_style=gnu-makefile hostmakedepends="git" makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel" @@ -17,5 +17,7 @@ do_fetch() { } post_install() { - vinstall LICENSE 644 usr/share/licenses/$pkgname + vlicense LICENSE + vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc + vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc }