diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:07:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:07:32 +0000 |
commit | 02459d98dddf1afc33c34c2042c3428a4a718a1f (patch) | |
tree | 830dfd72ba7d9fcf070651396c3b4aa7af34750b /debian/frr.postrm | |
parent | Adding debian version 10.0-1. (diff) | |
download | frr-02459d98dddf1afc33c34c2042c3428a4a718a1f.tar.xz frr-02459d98dddf1afc33c34c2042c3428a4a718a1f.zip |
Adding debian version 10.0-2.debian/10.0-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/frr.postrm')
-rw-r--r-- | debian/frr.postrm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/frr.postrm b/debian/frr.postrm index 018f59e..c553abd 100644 --- a/debian/frr.postrm +++ b/debian/frr.postrm @@ -5,6 +5,7 @@ rm -f /etc/frr/.pkg.frr.nointegrated if [ "$1" = "purge" ]; then rm -rf /run/frr || true + rm -rf /var/lib/frr || true # "purge" does not remove logfiles. therefore we shouldn't delete # the "frr" user/group since that would leave files with "dangling" |