diff --git a/church/hooks.py b/church/hooks.py index 556f837..3b9d524 100644 --- a/church/hooks.py +++ b/church/hooks.py @@ -227,8 +227,8 @@ app_include_icons = ["church/icons/custom_icons.svg"] # Installation # ------------ -before_install = "install.before_install" -after_install = "install.after_install" +#before_install = "install.before_install" +#after_install = "install.after_install" # Uninstallation # ------------