diff --git a/srcpkgs/bspwm/template b/srcpkgs/bspwm/template
index 223b25014f..30adae9750 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
 }