This commit is contained in:
2023-02-24 09:09:49 +01:00
commit 77bd2e44bd
27 changed files with 524 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Automatically added by dh_apache2/UNDECLARED
if true; then
if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
. /usr/share/apache2/apache2-maintscript-helper
for conf in nextcloud ; do
apache2_invoke enconf $conf || exit 1
done
fi
fi
# End automatically added section