summarylogtreecommitdiffstats
path: root/android-ndk.install
diff options
context:
space:
mode:
authorfarawayer2016-07-13 17:32:22 +0300
committerfarawayer2016-07-13 17:32:22 +0300
commitb5ab18de29900e9c4a16dee2ba99db0c8626eb50 (patch)
treef0dd315147a56eaa55793924aeb13bf941ec186f /android-ndk.install
downloadaur-b5ab18de29900e9c4a16dee2ba99db0c8626eb50.tar.gz
init
Diffstat (limited to 'android-ndk.install')
-rw-r--r--android-ndk.install6
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: