]> git.pld-linux.org Git - packages/SDL_image.git/commitdiff
- added run /sbin/ldconfig in %post and %postun.
authorkloczek <kloczek@pld-linux.org>
Fri, 11 Feb 2000 09:33:02 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_image.spec -> 1.4

SDL_image.spec

index 61c344b08fe7bad897f92530521381fcf4e2e7aa..e30ced6300b0a1f21e290047cbda49f1c0806de2 100644 (file)
@@ -55,6 +55,9 @@ strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
 gzip -9nf README CHANGES
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.080412 seconds and 4 git commands to generate.