python: keep documentation

-87MB	total
+89MB	total
This commit is contained in:
git-bruh 2023-02-16 15:45:09 +05:30
parent 2486a9965c
commit 90a0410990
No known key found for this signature in database

View File

@ -37,8 +37,8 @@ ln -s pip3 "$1/usr/bin/pip"
{
cd "$1/usr/lib/python"*
rm -rf test ./*/test ./*/tests
rm -rf pydoc* idlelib turtle* config-*
rm -rf idlelib turtle* config-*
cd "$1/usr/bin"
rm -f pydoc* idle*
rm -f idle*
}