From 0b61c507fd37d00166e0cdb525a8bf57b69c4c97 Mon Sep 17 00:00:00 2001 From: MeIchthys Date: Mon, 22 Sep 2025 23:17:48 -0400 Subject: [PATCH] Update hooks.py --- church/hooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # ------------