aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rake/ruby-rake.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby-rake/ruby-rake.post-install')
-rw-r--r--testing/ruby-rake/ruby-rake.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ruby-rake/ruby-rake.post-install b/testing/ruby-rake/ruby-rake.post-install
new file mode 100644
index 0000000000..ef4305d56b
--- /dev/null
+++ b/testing/ruby-rake/ruby-rake.post-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+_gembindir="$(ruby -rubygems -e'puts Gem.default_dir')/bin"
+
+echo "*" >&2
+echo "* If necessary, don't forget to add the Ruby Gems bin directory to PATH:" >&2
+echo "* $_gembindir" >&2
+echo "*" >&2
+
+exit 0