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

nhudson at lunar-linux.org nhudson at lunar-linux.org
Sun Sep 14 23:10:27 GMT 2003


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

Modified Files:
	DETAILS POST_INSTALL 
Added Files:
	POST_REMOVE 
Log Message:

Ok making sure the docbook rebuild file gets ran all the time if it is there and its ran when libglade is removed


--- NEW FILE: POST_REMOVE ---
#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
      echo Rebuilding your docbook catalogs &&
      /usr/sbin/rebuild-docbook-catalog
fi

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/libglade2/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	12 Sep 2003 03:52:35 -0000	1.3
+++ DETAILS	14 Sep 2003 23:10:25 -0000	1.4
@@ -6,7 +6,7 @@
       SOURCE_VFY=md5:4d93f6b01510013ae429e91af432cfe2
         WEB_SITE=http://www.gnome.org
          ENTERED=20020714
-         UPDATED=20020912
+         UPDATED=20020914
            SHORT="libglade loads user interfaces from XML files"
 cat << EOF
 The Libglade library gives applications the ability to load user

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




More information about the Lunar-commits mailing list