PKGBUILDs/android-ndk/android-ndk.install

7 lines
157 B
Plaintext

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: