summarylogtreecommitdiffstats
path: root/apache-flex-sdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'apache-flex-sdk.install')
-rw-r--r--apache-flex-sdk.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/apache-flex-sdk.install b/apache-flex-sdk.install
index 5350ef84a136..505526f5171e 100644
--- a/apache-flex-sdk.install
+++ b/apache-flex-sdk.install
@@ -1,3 +1,4 @@
post_install() {
- echo Please re-login or source /etc/profile to use the new \$PATH
+ printf '%s\n' 'The Apache Flex SDK executables are in /opt/apache-flex-sdk/bin'
+ printf '%s\n' 'You need to relogin in order for these files to appear in your PATH'
}