Remove Windows files

This commit is contained in:
Sam Stephenson 2011-08-02 20:56:20 -05:00
parent 0a51ad4811
commit 45b5a9d64f

View file

@ -1,5 +1,6 @@
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