summarylogtreecommitdiffstats
path: root/sonar-scanner.install
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-scanner.install')
-rw-r--r--sonar-scanner.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-scanner.install b/sonar-scanner.install
new file mode 100644
index 000000000000..1387c2f5e4b9
--- /dev/null
+++ b/sonar-scanner.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo 'In order to use sonar-scanner, you have to run the'
+ echo 'following commands or re-login:'
+ echo
+ echo 'setenv SONAR_SCANNER_HOME "/opt/sonar-scanner"'
+ echo 'setenv PATH "${PATH}:${SONAR_SCANNER_HOME}/bin"'
+}