mirror of https://gitee.com/openkylin/libvirt.git
spec: Fix script warning when uninstalling libvirt-client
https://bugzilla.redhat.com/show_bug.cgi?id=888071
This commit is contained in:
parent
4ed80c76c5
commit
d60c7f75c2
|
@ -1605,8 +1605,9 @@ fi
|
|||
/sbin/chkconfig --add libvirt-guests
|
||||
%endif
|
||||
|
||||
%postun client -p /sbin/ldconfig
|
||||
%postun client
|
||||
|
||||
/sbin/ldconfig
|
||||
%if %{with_systemd}
|
||||
%if %{with_systemd_macros}
|
||||
%systemd_postun_with_restart libvirt-guests.service
|
||||
|
|
Loading…
Reference in New Issue