2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 19:20:10 -07:00

rust: remove rm

This commit is contained in:
Dylan Araps 2019-10-07 16:55:44 +03:00
parent 165913e6a2
commit 5cf3a4e952
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -41,8 +41,3 @@ EOF
python3 ./x.py build -j "$(nproc)"
DESTDIR="$1" python3 ./x.py install
# Remove junk.
rm -rf "$1/etc/bash_completion.d"
rm -rf "$1/usr/share/zsh"
rm -rf "$1/usr/share/doc"