summarylogtreecommitdiffstats
path: root/android-ndk.install
diff options
context:
space:
mode:
authorFranck Lucien Duriez2018-08-28 16:15:56 +0200
committerFranck Lucien Duriez2018-08-28 17:54:04 +0200
commit0a64296ea210c1e42758679c3372a901d326050c (patch)
treef2c474f5784b18435152a30b4c2a131dbc8f47de /android-ndk.install
downloadaur-0a64296ea210c1e42758679c3372a901d326050c.tar.gz
First commit
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: