From 99e7abae9e9d17c375e0d4a7ef94717301067070 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 15:34:41 +0300 Subject: [PATCH] foot: remove completions, READMEs, etc --- wayland/foot/build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wayland/foot/build b/wayland/foot/build index e0f72378..81e4ca15 100755 --- a/wayland/foot/build +++ b/wayland/foot/build @@ -14,3 +14,9 @@ meson \ ninja -C output ninja -C output install + +rm -rf \ + "$1/usr/share/doc" \ + "$1/usr/share/zsh" \ + "$1/usr/share/fish" \ + "$1/usr/share/bash-completion"