From 90a04109903a86baf609ad0d54ed722188cc864c Mon Sep 17 00:00:00 2001 From: git-bruh Date: Thu, 16 Feb 2023 15:45:09 +0530 Subject: [PATCH] python: keep documentation -87MB total +89MB total --- extra/python/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/build b/extra/python/build index 9c13bac3..18e17610 100755 --- a/extra/python/build +++ b/extra/python/build @@ -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* }