added attachment_fu and made the set of changes
[selectricity-live] / vendor / plugins / attachment_fu / install.rb
diff --git a/vendor/plugins/attachment_fu/install.rb b/vendor/plugins/attachment_fu/install.rb
new file mode 100644 (file)
index 0000000..2938164
--- /dev/null
@@ -0,0 +1,5 @@
+require 'fileutils'
+
+s3_config = File.dirname(__FILE__) + '/../../../config/amazon_s3.yml'
+FileUtils.cp File.dirname(__FILE__) + '/amazon_s3.yml.tpl', s3_config unless File.exist?(s3_config)
+puts IO.read(File.join(File.dirname(__FILE__), 'README'))
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?