WineBarrels-BasePlatforms/Platform/v2.0/platform/cleanup.yaml

5 lines
180 B
YAML

name: cleanup-python
buildsystem: simple
build-commands:
- find /usr/ -type f \( -iname '*.pyc' -or -iname '*.pyo' \) -delete
- find /usr/ -type d -name __pycache__ -delete