vn-autoconfig/debian/postrm

13 lines
242 B
Bash
Executable File

#!/bin/bash
set -e
service php7.0-fpm restart
# Enables Apache configuration
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke disconf vn-autoconfig.conf
fi