mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
9 lines
236 B
Bash
Executable file
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
|