]> git.pld-linux.org Git - packages/gnome-panel.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:
    gnome-panel.spec -> 1.164

gnome-panel.spec

index 2711fea075f942db6439797efb47af50c68075a4..0f12cd4c08b2bb3ce48a3ffc0203b7f13dea740c 100644 (file)
@@ -146,7 +146,7 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%ldconfig_post
+/sbin/ldconfig
 %scrollkeeper_update_post
 %gconf_schema_install clock.schemas
 %gconf_schema_install fish.schemas
@@ -179,7 +179,7 @@ EOF
 %gconf_schema_uninstall workspace-switcher.schemas
 
 %postun
-%ldconfig_postun
+/sbin/ldconfig
 %scrollkeeper_update_postun
 
 %files -f %{name}.lang
This page took 0.329314 seconds and 4 git commands to generate.