]> git.proxmox.com Git - mirror_frr.git/blame - debian/frr.postrm
Merge pull request #5092 from sworleys/Fix-Vrf_ID-Decode_7.1
[mirror_frr.git] / debian / frr.postrm
CommitLineData
d29f324a 1#!/bin/sh
9a1c48e8 2set -e
4d916382 3
f673b4f6
DL
4rm -f /etc/frr/.pkg.frr.nointegrated
5
4d916382 6if [ "$1" = "purge" ]; then
d29f324a
DL
7 rm -rf /run/frr || true
8
9 # "purge" does not remove logfiles. therefore we shouldn't delete
10 # the "frr" user/group since that would leave files with "dangling"
11 # ownership.
4d916382
DS
12fi
13
14#DEBHELPER#