aboutsummaryrefslogtreecommitdiffstats
path: root/testing/frr/frr.post-deinstall
blob: 8f5d3dc40ce6ef5cdc683c3f6dbaf2759e0f0c1c (plain)
1
2
3
4
5
6
#!/bin/sh

getent passwd frr > /dev/null && deluser frr
getent group frrvty > /dev/null && delgroup frrvty
getent group frr > /dev/null && delgroup frr
exit 0