summarylogtreecommitdiffstats
path: root/android-sdk-platform-tools.install
diff options
context:
space:
mode:
authorChristoph Bayer2016-05-21 18:55:02 +0200
committerChristoph Bayer2016-05-21 18:55:02 +0200
commit4a96662a92ed8cd624db9d39586a6a95bb24952b (patch)
tree704bc6499861b5283833609e38072640e06bef0a /android-sdk-platform-tools.install
parent68edf102ac41fc9ee2688effc5b0628edca180f8 (diff)
downloadaur-4a96662a92ed8cd624db9d39586a6a95bb24952b.tar.gz
Do not source profile file, just inform user to do so to be able to use the package
Diffstat (limited to 'android-sdk-platform-tools.install')
-rw-r--r--android-sdk-platform-tools.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/android-sdk-platform-tools.install b/android-sdk-platform-tools.install
index b53a605e4e41..5958c3a199ed 100644
--- a/android-sdk-platform-tools.install
+++ b/android-sdk-platform-tools.install
@@ -1,6 +1,5 @@
post_install() {
- source /etc/profile.d/android-sdk-platform-tools.sh
- source /etc/profile.d/android-sdk-platform-tools.csh
+ echo You need to source /etc/profile or relogin to add the Android SDK tools to your path.
}
# vim: ft=sh