fail2ban-p2p/debian/fail2ban-p2p.postrm.debhelper.ex
2024-03-26 16:38:20 +01:00

6 lines
150 B
Elixir

# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
update-rc.d fail2ban-p2p remove >/dev/null
fi
# End automatically added section