From 9acdc65f3ef5f41247d62b00e743f51457df8c01 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Thu, 14 Apr 2011 01:39:07 -0500 Subject: testing/ruby-rack: new aport Rack is a Ruby Webserver Interface http://rack.rubyforge.org/ --- testing/ruby-rack/ruby-rack.post-install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/ruby-rack/ruby-rack.post-install (limited to 'testing/ruby-rack/ruby-rack.post-install') diff --git a/testing/ruby-rack/ruby-rack.post-install b/testing/ruby-rack/ruby-rack.post-install new file mode 100644 index 000000000..ef4305d56 --- /dev/null +++ b/testing/ruby-rack/ruby-rack.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 -- cgit v1.3