[packages/at-spi2-atk/dev-2.5.x] - added ldconfig in %post and %postun

kiesiu kiesiu at pld-linux.org
Wed Aug 22 13:21:52 CEST 2012


commit 6cfdffd8349f5281bb77061c16a4f1bc85266425
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Wed Aug 22 13:21:12 2012 +0200

    - added ldconfig in %post and %postun

 at-spi2-atk.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec
index 082985d..c88eb8d 100644
--- a/at-spi2-atk.spec
+++ b/at-spi2-atk.spec
@@ -76,9 +76,11 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 %glib_compile_schemas
 
 %postun
+/sbin/ldconfig
 %glib_compile_schemas
 
 %files -f %{name}.lang


More information about the pld-cvs-commit mailing list