]> git.pld-linux.org Git - packages/rhythmbox.git/commitdiff
- reversed ldconfig changes auto/ac/rhythmbox-0_8_8-4
authorfreetz <freetz@pld-linux.org>
Tue, 12 Apr 2005 19:23:21 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rhythmbox.spec -> 1.49

rhythmbox.spec

index 4076c60caa9140cd568b7d0c4933a33bbdc01f2e..9d5ef16000edf47b3e45d4cf4a96599c1fc5d401 100644 (file)
@@ -97,8 +97,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/lib*.{la,a}
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 %gconf_schema_install rhythmbox.schemas
-%ldconfig_post
 %scrollkeeper_update_post
 %update_desktop_database_post
 %if %{without xine}
@@ -122,7 +122,7 @@ EOF
 %gconf_schema_uninstall rhythmbox.schemas
 
 %postun 
-%ldconfig_postun
+/sbin/ldconfig
 %scrollkeeper_update_postun
 %update_desktop_database_postun
 
This page took 0.105343 seconds and 4 git commands to generate.