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

python: Drop -r

This commit is contained in:
Dylan Araps 2020-03-24 15:54:13 +02:00
parent f03ebb1080
commit 878a5ff1d5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -42,5 +42,5 @@ chmod u+w "$1/usr/lib/libpython"*
rm -rf lib2to3 pydoc* idlelib turtle* config-* ensurepip
cd "$1/usr/bin"
rm -rf 2to3* pydoc* idle*
rm -f 2to3* pydoc* idle*
}