aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rake/ruby-rake.post-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-06-14 11:56:53 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-14 11:56:53 +0000
commit80d8819fd0735adea14236552f71ec152d4435e2 (patch)
tree502ab69a553c4e8f1bf65c670b57a76547d8109c /testing/ruby-rake/ruby-rake.post-install
parent22be95176b38da291447c346412a2549e5566350 (diff)
downloadaports-80d8819fd0735adea14236552f71ec152d4435e2.tar.bz2
aports-80d8819fd0735adea14236552f71ec152d4435e2.tar.xz
testing/rake: remove post-install script and gems from deps
Diffstat (limited to 'testing/ruby-rake/ruby-rake.post-install')
-rw-r--r--testing/ruby-rake/ruby-rake.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby-rake/ruby-rake.post-install b/testing/ruby-rake/ruby-rake.post-install
deleted file mode 100644
index ef4305d56b..0000000000
--- a/testing/ruby-rake/ruby-rake.post-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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