summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-06-04 09:43:34 +0200
committerMartin Winter <mwinter@opensourcerouting.org>2017-06-04 09:43:34 +0200
commite321aed1e94777335ae682b86420ee28145e0a26 (patch)
tree484d1bd8fadc2da732fd3a02023e038ba7e84033 /redhat
parentMerge pull request #643 from opensourcerouting/2.0-pcreposix (diff)
downloadfrr-e321aed1e94777335ae682b86420ee28145e0a26.tar.xz
frr-e321aed1e94777335ae682b86420ee28145e0a26.zip
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 <mwinter@opensourcerouting.org>
Diffstat (limited to 'redhat')
-rw-r--r--redhat/frr.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 133ed1fcd..41023dc35 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