aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rack/ruby-rack.post-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-06-14 12:00:39 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-14 12:00:39 +0000
commitc0aa97619a7a6a821261f53b922445230ae4ffb3 (patch)
tree2f2ade1cd9aae3bf4828d131529ef09d0be18e3e /testing/ruby-rack/ruby-rack.post-install
parent80d8819fd0735adea14236552f71ec152d4435e2 (diff)
downloadaports-c0aa97619a7a6a821261f53b922445230ae4ffb3.tar.bz2
aports-c0aa97619a7a6a821261f53b922445230ae4ffb3.tar.xz
testing/ruby-rack: remove post-install script and gems from deps
Diffstat (limited to 'testing/ruby-rack/ruby-rack.post-install')
-rw-r--r--testing/ruby-rack/ruby-rack.post-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby-rack/ruby-rack.post-install b/testing/ruby-rack/ruby-rack.post-install
deleted file mode 100644
index ef4305d56b..0000000000
--- a/testing/ruby-rack/ruby-rack.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