2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

mpv: remove completions

This commit is contained in:
Dylan Araps 2021-07-12 04:02:05 +03:00
parent 6dac677b0c
commit 8081ba0990
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -12,3 +12,7 @@ python waf configure \
python waf build
python waf install --destdir="$1"
rm -rf \
"$1/usr/share/zsh" \
"$1/usr/share/bash-completion"