CVS: moonbase/gnome2-core/libglade2 POST_INSTALL, 1.5, 1.6 POST_REMOVE, 1.3, 1.4

niki at lunar-linux.org niki at lunar-linux.org
Tue Sep 23 11:33:16 GMT 2003


Update of /var/cvs/lunar/moonbase/gnome2-core/libglade2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21639/libglade2

Modified Files:
	POST_INSTALL POST_REMOVE 
Log Message:
Ok, now it always returns true, which i hope is what you wanted to achive.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libglade2/POST_INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- POST_INSTALL	23 Sep 2003 02:09:39 -0000	1.5
+++ POST_INSTALL	23 Sep 2003 11:33:14 -0000	1.6
@@ -3,8 +3,6 @@
 if [ -x /usr/sbin/rebuild-docbook-catalog ]; then
       echo Rebuilding your docbook catalogs &&
       /usr/sbin/rebuild-docbook-catalog
-else
-      true
 fi
-else
+
 true

Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libglade2/POST_REMOVE,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_REMOVE	23 Sep 2003 02:09:39 -0000	1.3
+++ POST_REMOVE	23 Sep 2003 11:33:14 -0000	1.4
@@ -3,8 +3,6 @@
 if [ -x /usr/sbin/rebuild-docbook-catalog ]; then
       echo Rebuilding your docbook catalogs &&
       /usr/sbin/rebuild-docbook-catalog
-else
-      true
 fi
-else
+
 true




More information about the Lunar-commits mailing list