CVS: moonbase/gnome2-core/libglade2 POST_INSTALL, 1.3, 1.4 POST_REMOVE, 1.1, 1.2

niki at lunar-linux.org niki at lunar-linux.org
Sun Sep 14 23:38:24 GMT 2003


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

Modified Files:
	POST_INSTALL POST_REMOVE 
Log Message:
made sure that the build won't fail beacuse of these files.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libglade2/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	14 Sep 2003 23:10:25 -0000	1.3
+++ POST_INSTALL	14 Sep 2003 23:38:22 -0000	1.4
@@ -1,6 +1,8 @@
 #Running rebuild-docbook-catalog due to the linglade installer
 #putting the right entry into the wrong docbook-catalog file
-if [ -d /usr/sbin/rebuild-docbook-catalog ]; then
+if [ -x /usr/sbin/rebuild-docbook-catalog ]; then
       echo Rebuilding your docbook catalogs &&
       /usr/sbin/rebuild-docbook-catalog
+else
+      true
 fi

Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libglade2/POST_REMOVE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_REMOVE	14 Sep 2003 23:10:25 -0000	1.1
+++ POST_REMOVE	14 Sep 2003 23:38:22 -0000	1.2
@@ -1,6 +1,8 @@
 #Running rebuild-docbook-catalog due to the linglade installer
 #putting the right entry into the wrong docbook-catalog file
-if [ -d /usr/sbin/rebuild-docbook-catalog ]; then
+if [ -x /usr/sbin/rebuild-docbook-catalog ]; then
       echo Rebuilding your docbook catalogs &&
       /usr/sbin/rebuild-docbook-catalog
+else
+      true
 fi




More information about the Lunar-commits mailing list