]> git.pld-linux.org Git - packages/DevIL.git/commitdiff
- call ldconfig in post/postun
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 11 Dec 2004 15:56:14 +0000 (15:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DevIL.spec -> 1.9

DevIL.spec

index e490d82c4b4cd1d6017ef4f68c3d89f4b02b2a62..885e2f1beb9857646865ea6673e3df459bf829c5 100644 (file)
@@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS CREDITS ChangeLog README.unix
This page took 0.047449 seconds and 4 git commands to generate.