tracks/backup.rails2.3/plugins/swf_fu/uninstall.rb

6 lines
361 B
Ruby
Raw Normal View History

2012-04-05 22:21:28 +02:00
require "fileutils"
dest = File.dirname(__FILE__) + "/../../../public"
FileUtils.rm "#{dest}/javascripts/swfobject.js" rescue puts "Warning: swfobject.js could not be deleted"
FileUtils.rm "#{dest}/swfs/expressInstall.swf" rescue puts "Warning: expressInstall.swf could not be deleted"
Dir.rmdir "#{dest}/swfs/" rescue "don't worry if directory is not empty"