diff options
author | farawayer | 2016-07-13 17:32:22 +0300 |
---|---|---|
committer | farawayer | 2016-07-13 17:32:22 +0300 |
commit | b5ab18de29900e9c4a16dee2ba99db0c8626eb50 (patch) | |
tree | f0dd315147a56eaa55793924aeb13bf941ec186f /android-ndk.install | |
download | aur-b5ab18de29900e9c4a16dee2ba99db0c8626eb50.tar.gz |
init
Diffstat (limited to 'android-ndk.install')
-rw-r--r-- | android-ndk.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android-ndk.install b/android-ndk.install new file mode 100644 index 000000000000..9d5e400344f0 --- /dev/null +++ b/android-ndk.install @@ -0,0 +1,6 @@ +post_install() { + echo 'Source /etc/profile.d/android-ndk.sh or login again to add the' + echo 'Android NDK tools to your path.' +} + +# vim:set ts=2 sw=2 et: |