]> git.pld-linux.org Git - packages/vcmi.git/commitdiff
- ldconfig in %post(un)
authorTomasz Pala <gotar@pld-linux.org>
Wed, 27 Jun 2012 14:31:42 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vcmi.spec -> 1.2

vcmi.spec

index be291082bfcef0c5d920b110886d6415eba983e2..6ad3667a32fce643a1472e847dbd0844726e3697 100644 (file)
--- a/vcmi.spec
+++ b/vcmi.spec
@@ -49,6 +49,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 ChangeLog README
This page took 0.17847 seconds and 4 git commands to generate.