]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- reversed ldconfig changes
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:
    evolution.spec -> 1.166

evolution.spec

index 5b8e16aa3f8bf159773f45898cc51c6083ff0dab..bba74b41c75881047743c758477d35911b8f09fd 100644 (file)
@@ -280,46 +280,46 @@ ln -sf evolution-2.0 $RPM_BUILD_ROOT%{_bindir}/evolution
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 %gconf_schema_install apps_evolution_shell-2.2.schemas
-%ldconfig_post
 %scrollkeeper_update_post
 
 %preun
 %gconf_schema_uninstall apps_evolution_shell-2.2.schemas
 
 %postun
-%ldconfig_postun
+/sbin/ldconfig
 %scrollkeeper_update_postun
 
 %post mail
+/sbin/ldconfig
 %gconf_schema_install evolution-mail-2.2.schemas
-%ldconfig_post
 
 %preun mail
 %gconf_schema_uninstall evolution-mail-2.2.schemas
 
 %postun mail
-%ldconfig_postun
+/sbin/ldconfig
 
 %post addressbook
+/sbin/ldconfig
 %gconf_schema_install apps_evolution_addressbook-2.2.schemas
-%ldconfig_post
 
 %preun addressbook
 %gconf_schema_uninstall apps_evolution_addressbook-2.2.schemas
 
 %postun addressbook
-%ldconfig_postun
+/sbin/ldconfig
 
 %post calendar
+/sbin/ldconfig
 %gconf_schema_install apps_evolution_calendar-2.2.schemas
-%ldconfig_post
 
 %preun
 %gconf_schema_uninstall apps_evolution_calendar-2.2.schemas
 
 %postun calendar
-%ldconfig_postun
+/sbin/ldconfig
 
 %files -f evolution.lang
 %defattr(644,root,root,755)
This page took 0.131126 seconds and 4 git commands to generate.