[master 4/5] Run /sbin/ldconfig when installing or uninstalling anaconda-widgets

David Shea dshea at redhat.com
Mon Aug 25 18:54:03 UTC 2014


---
 anaconda.spec.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 7249b88..92920df 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -237,6 +237,9 @@ desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_
 
 %find_lang %{name}
 
+%post widgets -p /sbin/ldconfig
+%postun widgets -p /sbin/ldconfig
+
 
 %ifarch %livearches
 %post
-- 
2.1.0



More information about the anaconda-patches mailing list