Author: qboosh                       Date: Thu Oct 25 15:40:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't run non-existing binaries on erase

---- Files affected:
SPECS:
   gtk+2.spec (1.258 -> 1.259) 

---- Diffs:

================================================================
Index: SPECS/gtk+2.spec
diff -u SPECS/gtk+2.spec:1.258 SPECS/gtk+2.spec:1.259
--- SPECS/gtk+2.spec:1.258      Mon Oct 22 14:18:11 2007
+++ SPECS/gtk+2.spec    Thu Oct 25 17:40:47 2007
@@ -244,7 +244,7 @@
 
 %postun
 /sbin/ldconfig
-if [ "$1" = "0" ]; then
+if [ "$1" != "0" ]; then
        umask 022
        %{_bindir}/gdk-pixbuf-query-loaders > 
%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
        %{_bindir}/gtk-query-immodules-2.0 > 
%{_sysconfdir}/gtk-2.0/gtk.immodules
@@ -330,6 +330,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.259  2007/10/25 15:40:47  qboosh
+- don't run non-existing binaries on erase
+
 Revision 1.258  2007/10/22 12:18:11  glen
 - fix typo in postun; rel 3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtk+2.spec?r1=1.258&r2=1.259&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to