From e3fd9ba5670b9e06dec937f6429b51187d5e9674 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Fri, 5 Apr 2013 14:56:22 +0200 Subject: [PATCH] + stub install script --- install-kiwix-on-device.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 install-kiwix-on-device.sh diff --git a/install-kiwix-on-device.sh b/install-kiwix-on-device.sh new file mode 100755 index 000000000..5cc193e2d --- /dev/null +++ b/install-kiwix-on-device.sh @@ -0,0 +1,7 @@ +#!/bin/bash +if [ -f bin/Kiwix-debug.apk ] +then + ../src/dependencies/android-sdk/sdk/platform-tools/adb uninstall org.kiwix.kiwixmobile ; ../src/dependencies/android-sdk/sdk/platform-tools/adb install bin/Kiwix-debug.apk +else + echo "No APK file available!" +fi \ No newline at end of file