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

cmake: remove bash completions

This commit is contained in:
Dylan Araps 2021-07-06 16:10:51 +03:00
parent a57eaabb5e
commit 42b9224a87
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -29,5 +29,7 @@ else
make DESTDIR="$1" install
fi
rm -rf "$1/usr/doc"
rm -rf "$1/usr/share/cmake"*/Help
rm -rf \
"$1/usr/doc" \
"$1/usr/share/cmake"*/Help \
"$1/usr/share/bash-completion"