diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-24 10:35:13 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-24 10:35:13 +0000 |
commit | e19a0d6edbfdbbec18240c4f96941a9b288f2617 (patch) | |
tree | a0f0cbe528c99f64c5c870030b6133ff7ccc53c2 /uninstall.rb | |
parent | 3f0b2ccb10aa58c5471c92b44633ae78e0386f68 (diff) | |
parent | e3b0227230807d8471c7311520f599bba3806f3f (diff) |
Merge branch 'develop'
Diffstat (limited to 'uninstall.rb')
-rw-r--r-- | uninstall.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/uninstall.rb b/uninstall.rb index 871647c..9738333 100644 --- a/uninstall.rb +++ b/uninstall.rb @@ -1,8 +1 @@ # Uninstall hook code here - -main_app_path = Rails.root.join('public', 'alavetelitheme') -if File.exists?(main_app_path) && File.symlink?(main_app_path) - print "Deleting symbolic link at #{main_app_path}... " - File.delete(main_app_path) - puts "done" -end
\ No newline at end of file |