This commit is contained in:
13
debian/nextcloud-server.postrm.debhelper
vendored
Normal file
13
debian/nextcloud-server.postrm.debhelper
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Automatically added by dh_apache2/UNDECLARED
|
||||
if [ "$1" = "purge" ] ; then
|
||||
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 disconf $conf || exit 1
|
||||
done
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
# End automatically added section
|
||||
Reference in New Issue
Block a user