14 lines
491 B
Plaintext
14 lines
491 B
Plaintext
# 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 smokeping ; do
|
|
apache2_invoke enconf $conf || exit 1
|
|
done
|
|
fi
|
|
fi
|
|
# End automatically added section
|
|
# Automatically added by dh_installdeb/13.24.2
|
|
dpkg-maintscript-helper mv_conffile /etc/smokeping/apache2.conf /etc/apache2/conf-available/smokeping.conf -- "$@"
|
|
# End automatically added section
|