Merge pull request #665 from opensourcerouting/rpm-postun-fix

redhat/frr.spec.in: Fix postun script for Fedora.
This commit is contained in:
Donald Sharp 2017-06-05 07:46:11 -04:00 committed by GitHub
commit e8863a75e6

View File

@ -428,6 +428,7 @@ if [ "$1" -ge 1 ]; then
##
/etc/rc.d/init.d/frr restart >/dev/null 2>&1
%endif
:
fi
%preun