1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/android/mkp4a.cleanall
2018-03-03 20:37:56 +02:00

9 lines
236 B
Bash
Executable file

#!/bin/bash
rm -rf tmp/*
rm -f *.apk
rm -rf ~/.local/share/python-for-android/packages
rm -rf ~/.local/share/python-for-android/build
rm -rf ~/.local/share/python-for-android/dists
python3 -m pip uninstall python-for-android -y
exit 0