asciinema: do not remove generated pycache

This commit is contained in:
Leonid Pliushch 2019-12-13 12:49:33 +02:00
parent d312fb15a8
commit 691e7ebf93

View File

@ -23,7 +23,3 @@ termux_step_make_install() {
export PYTHONPATH=$TERMUX_PREFIX/lib/python3.8/site-packages/
python3.8 setup.py install --prefix=$TERMUX_PREFIX --force
}
termux_step_post_massage() {
find . -path '*/__pycache__*' -delete
}