From a2705ca821c6e1e9489f8d251a88bf6b6a7674f9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 28 Jul 2015 21:01:46 -0700 Subject: [PATCH] uninstall dbg variant too --- xwords4/android/scripts/adb-uninstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xwords4/android/scripts/adb-uninstall.sh b/xwords4/android/scripts/adb-uninstall.sh index 9f7e63434..9febf604e 100755 --- a/xwords4/android/scripts/adb-uninstall.sh +++ b/xwords4/android/scripts/adb-uninstall.sh @@ -19,6 +19,9 @@ case $DIRNAME in XWords4-bt) PKG=xw4bt ;; + XWords4-dbg) + PKG=xw4dbg + ;; XWords4) PKG=xw4 ;;