mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
remove /var/lib/fail2ban/fail2ban.sqlite3 when purging
This commit is contained in:
parent
e2b9cb01f5
commit
af088eefce
1 changed files with 2 additions and 0 deletions
2
debian/postrm
vendored
2
debian/postrm
vendored
|
|
@ -26,6 +26,8 @@ case "$1" in
|
|||
# Remove logs
|
||||
rm -f /var/log/fail2ban*
|
||||
|
||||
# Remove sqlite db
|
||||
rm -f /var/lib/fail2ban/fail2ban.sqlite3
|
||||
;;
|
||||
remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
|
||||
# nothing
|
||||
|
|
|
|||
Loading…
Reference in a new issue