mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
A first set of Python 3 adaptations. Added a choice of cardsets to android build. Added new scripts to tarball (MAKEFILE.in)
12 lines
286 B
Bash
Executable file
12 lines
286 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf tmp
|
|
rm -f *.apk
|
|
rm -f *.bz2
|
|
rm -f *.zip
|
|
rm -rf PySolFC-Cardsets-2.0
|
|
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
|