projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename SVG version of logo to match PNG logo name
[rails.git]
/
vendor
/
plugins
/
irs_process_scripts
/
uninstall.rb
1
# Install hook code here
2
unless defined?(RAILS_ROOT)
3
$stderr.puts "$0 must be run from RAILS_ROOT with -rconfig/boot"
4
exit
5
end
6
7
require 'fileutils'
8
FileUtils.rm_rf(RAILS_ROOT + '/script/process')