Commit 45b5a9d6 authored by Sam Stephenson's avatar Sam Stephenson
Browse files

Remove Windows files

parent 0a51ad48
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
after_install_package() {
  shim_jruby
  remove_windows_files
}

shim_jruby() {
@@ -8,4 +9,9 @@ shim_jruby() {
  ln -fs jruby ruby
}

remove_windows_files() {
  cd "$PREFIX_PATH"
  rm -f bin/*.exe bin/*.dll bin/*.bat bin/jruby.sh
}

install_package "jruby-1.6.3" "http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz" copy