Update hooks.py

This commit is contained in:
MeIchthys 2025-09-22 23:17:09 -04:00 committed by GitHub
parent 7455db362b
commit b662fc7e6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,8 +227,8 @@ app_include_icons = ["church/icons/custom_icons.svg"]
# Installation
# ------------
before_install = "church.install.before_install"
after_install = "church.install.after_install"
before_install = "install.before_install"
after_install = "install.after_install"
# Uninstallation
# ------------