From 747a3aaa6adc24662baf667ae41a9cb2964a930f Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Wed, 20 Apr 2022 23:31:01 -0500 Subject: [PATCH] mpv: re-add removal of shell completion files --- extra/mpv/build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extra/mpv/build b/extra/mpv/build index d5b581b6..b32baff6 100755 --- a/extra/mpv/build +++ b/extra/mpv/build @@ -26,3 +26,7 @@ meson \ ninja -C output ninja -C output install + +rm -rf \ + "$1/usr/share/zsh" \ + "$1/usr/share/bash-completion"