diff options
author | utvk <utvk@users.noreply.github.com> | 2014-02-03 20:12:14 +0100 |
---|---|---|
committer | utvk <utvk@users.noreply.github.com> | 2014-02-03 20:12:14 +0100 |
commit | 63c33bb60ba85fb2c768a81e8e34475834d08fc6 (patch) | |
tree | 840872a8d310d79e5d5f66ff479367727f1d16d0 /uninstall.rb | |
parent | 37b4192f364c9c0d3530e8d536ea6ad293d9a344 (diff) | |
parent | c526168388918e309af51ea26274cb7a13b46acc (diff) |
Merge branch 'master' into norway
Conflicts:
assets/stylesheets/custom.css.scss
lib/views/general/_orglink.html.erb
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 |