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

5 lines
180 B
YAML
Raw Normal View History

2020-10-17 20:14:52 +00:00
name: cleanup-python
buildsystem: simple
build-commands:
- find /usr/ -type f \( -iname '*.pyc' -or -iname '*.pyo' \) -delete
- find /usr/ -type d -name __pycache__ -delete