From e321aed1e94777335ae682b86420ee28145e0a26 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Sun, 4 Jun 2017 00:43:34 -0700 Subject: [PATCH] redhat/frr.spec.in: Fix postun script for Fedora. Fedora uninstall showed some non-fatal postun script error because of an empty if which only applied to other distro's Signed-off-by: Martin Winter --- redhat/frr.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 133ed1fcd0..41023dc35f 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -428,6 +428,7 @@ if [ "$1" -ge 1 ]; then ## /etc/rc.d/init.d/frr restart >/dev/null 2>&1 %endif + : fi %preun -- 2.39.5