summarylogtreecommitdiffstats
path: root/android-ndk.install
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-06-10 15:21:11 +0200
committerAlexander F Rødseth2015-06-10 15:21:11 +0200
commita2327c067b2beaa054287dbf727a44e7a01fdf5d (patch)
treea653d3678f6177bae0bccc0ee5a397f84a0889d5 /android-ndk.install
downloadaur-a2327c067b2beaa054287dbf727a44e7a01fdf5d.tar.gz
Initial import
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: