]> git.pld-linux.org Git - packages/at-spi2-atk.git/commitdiff
- added ldconfig in %post and %postun
authorŁukasz Kieś <kiesiu@pld-linux.org>
Wed, 22 Aug 2012 11:21:12 +0000 (13:21 +0200)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Wed, 22 Aug 2012 11:21:12 +0000 (13:21 +0200)
at-spi2-atk.spec

index 082985dfedd5703ac0fe8f2aec2c5bcd8c1c4bc4..c88eb8d10f4969fc20329447cc3a1e8958af75fd 100644 (file)
@@ -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
This page took 0.032969 seconds and 4 git commands to generate.