LightningLauncher-TrianguloY/translations/uninstall_all.sh

2 lines
161 B
Bash
Raw Normal View History

2018-12-15 18:10:35 +01:00
adb shell "su -c 'ls /data/app'" | grep net.pierrox.lightning_launcher.lp | cut -d"." -f1-5 | cut -f1 -d"-" | (while read l; do echo $l; adb uninstall $l; done)