This commit is contained in:
root
2025-11-07 11:31:06 +00:00
commit 2859f93882
407 changed files with 99769 additions and 0 deletions

16
debian/smokeping.prerm.debhelper vendored Normal file
View File

@@ -0,0 +1,16 @@
# 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
# Automatically added by dh_apache2/UNDECLARED
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
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 disconf $conf || exit 1
done
fi
fi
fi
# End automatically added section