X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/026794970110cc74c3040a5263217145f6241150..3e8f20fbed1573def1261d67003a761acf5aa803:/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 index f922ef895..000000000 --- a/vendor/plugins/irs_process_scripts/install.rb +++ /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')