]> git.pld-linux.org Git - packages/allegro5.git/commitdiff
- uncomment post and postun ldconfig
authorlisu <lisu@pld-linux.org>
Sat, 14 Aug 2010 22:14:19 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro5.spec -> 1.6

allegro5.spec

index 953c5cd7ecd9a3e460dc717b5afd5134fe9db88e..1ea5f6e1ac2eda6ede72581793b1f18df26d314f 100644 (file)
@@ -508,8 +508,8 @@ find build/examples -maxdepth 1 -perm 755 -name "ex*" -exec install {} $RPM_BUIL
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#%%post        -p /sbin/ldconfig
-#%%postun      -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 #%%post devel  -p      /sbin/postshell
 #-/usr/sbin/fix-info-dir -c %{_infodir}
This page took 0.095569 seconds and 4 git commands to generate.