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://git.ipfire.org/?a=commitdiff_plain;h=7165cbb4c7756690939ab46a9adddb7c73c6beec;p=thirdparty%2Flibvirt.git spec: Fix script warning when uninstalling libvirt-client https://bugzilla.redhat.com/show_bug.cgi?id=888071 (cherry picked from commit d60c7f75c2375fd1a2cfc7e3c4c2e7b030b4b886) --- diff --git a/libvirt.spec.in b/libvirt.spec.in index fd4209f317..eca9fbcbaf 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1052,8 +1052,9 @@ fi /sbin/chkconfig --add libvirt-guests %endif -%postun client -p /sbin/ldconfig +%postun client +/sbin/ldconfig %if %{with_systemd} %triggerun client -- libvirt < 0.9.4 %{_bindir}/systemd-sysv-convert --save libvirt-guests >/dev/null 2>&1 ||: