From 3943d626fd8c1d9c1403f217a006248ac5337a31 Mon Sep 17 00:00:00 2001 From: Peter Bui Date: Sat, 26 Dec 2020 23:29:12 -0500 Subject: [PATCH] polybar: include example config Fixes #27464 --- srcpkgs/polybar/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template index a5e685ca665..8d40c0f4495 100644 --- a/srcpkgs/polybar/template +++ b/srcpkgs/polybar/template @@ -1,7 +1,7 @@ # Template file for 'polybar' pkgname=polybar version=3.5.3 -revision=1 +revision=2 build_style=cmake configure_args=" -DENABLE_ALSA=$(vopt_if alsa ON OFF) @@ -51,6 +51,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then fi post_install() { - rm -rf ${DESTDIR}/usr/share/doc/polybar + find ${DESTDIR}/usr/share/doc/polybar/ -mindepth 1 ! -name config -delete vlicense LICENSE }