diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-04 09:43:34 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-04 09:43:34 +0200 |
commit | e321aed1e94777335ae682b86420ee28145e0a26 (patch) | |
tree | 484d1bd8fadc2da732fd3a02023e038ba7e84033 /redhat | |
parent | Merge pull request #643 from opensourcerouting/2.0-pcreposix (diff) | |
download | frr-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.in | 1 |
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 |