]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/plugins/irs_process_scripts/install.rb
Remove old process management scripts
[rails.git] / vendor / plugins / irs_process_scripts / install.rb
diff --git a/vendor/plugins/irs_process_scripts/install.rb b/vendor/plugins/irs_process_scripts/install.rb
deleted file mode 100644 (file)
index f922ef8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Install hook code here
-unless defined?(RAILS_ROOT)
-  $stderr.puts "$0 must be run from RAILS_ROOT with -rconfig/boot"
-  exit
-end
-
-require 'fileutils'
-FileUtils.rm_rf(RAILS_ROOT + '/script/process') # remove the old stubs first
-FileUtils.cp_r(RAILS_ROOT + '/vendor/plugins/irs_process_scripts/script', RAILS_ROOT + '/script/process')