packages: vcmi/vcmi.spec - ldconfig in %post(un)

gotar gotar at pld-linux.org
Wed Jun 27 16:31:47 CEST 2012


Author: gotar                        Date: Wed Jun 27 14:31:47 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- ldconfig in %post(un)

---- Files affected:
packages/vcmi:
   vcmi.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/vcmi/vcmi.spec
diff -u packages/vcmi/vcmi.spec:1.1 packages/vcmi/vcmi.spec:1.2
--- packages/vcmi/vcmi.spec:1.1	Wed Jun 27 16:06:47 2012
+++ packages/vcmi/vcmi.spec	Wed Jun 27 16:31:42 2012
@@ -50,6 +50,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
@@ -71,5 +74,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2012/06/27 14:31:42  gotar
+- ldconfig in %post(un)
+
 Revision 1.1  2012/06/27 14:06:47  gotar
 - initial PLD release
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/vcmi/vcmi.spec?r1=1.1&r2=1.2



More information about the pld-cvs-commit mailing list