From: Cole Robinson Date: Mon, 17 Dec 2012 23:34:25 +0000 (-0500) Subject: spec: Fix script warning when uninstalling libvirt-client X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d60c7f75c2375fd1a2cfc7e3c4c2e7b030b4b886;p=libvirt.git spec: Fix script warning when uninstalling libvirt-client https://bugzilla.redhat.com/show_bug.cgi?id=888071 --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 7457a48ec3..a5dce14a63 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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