Commit be837d80 authored by Łukasz Nowak's avatar Łukasz Nowak

- delete nothing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1375ff6
......@@ -60,5 +60,9 @@ class Recipe(erp5.recipe.zope2instance.Recipe, erp5.recipe.createsite.Recipe):
# preparation for further fixing (chroot everything inside instance, etc)
erp5.recipe.zope2instance.Recipe.build_zope_conf(self)
def _clean_up(self, location):
# in new way nothing is deleted
return
def update(self):
return erp5.recipe.zope2instance.Recipe.update(self)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment