diff options
author | Sven Gothel <[email protected]> | 2012-02-29 12:35:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-29 12:35:53 +0100 |
commit | ea9a706de4fc549c27df401d0c86c602075a5e06 (patch) | |
tree | 26e1113a3d65f57d745598c75f4fbcdc61cb02e8 /make/scripts/adb-reinstall-all-armv7.sh | |
parent | c739c6e02eff2e2b5f51ea9d5a385960b3bd07ca (diff) | |
parent | fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380 (diff) |
Merge remote-tracking branch 'remotes/revane/master' into pulled
Diffstat (limited to 'make/scripts/adb-reinstall-all-armv7.sh')
-rwxr-xr-x | make/scripts/adb-reinstall-all-armv7.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/scripts/adb-reinstall-all-armv7.sh b/make/scripts/adb-reinstall-all-armv7.sh new file mode 100755 index 000000000..2cb7713dc --- /dev/null +++ b/make/scripts/adb-reinstall-all-armv7.sh @@ -0,0 +1,5 @@ +sdir=`dirname $0` + +$sdir/adb-uninstall-all.sh $* +$sdir/adb-install-all-armv7.sh $* + |