[Lunar-commits] CVS: moonbase/devel/db POST_INSTALL,1.8,1.9

Moritz Heiber moe at lunar-linux.org
Mon Mar 14 14:57:28 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/db
In directory espresso.foo-projects.org:/tmp/cvs-serv10005

Modified Files:
	POST_INSTALL 
Log Message:
Moved the rm to the top. Otherwise the compiled modules could
still be trying to use the old library.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db/POST_INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- POST_INSTALL	14 Mar 2005 14:53:00 -0000	1.8
+++ POST_INSTALL	14 Mar 2005 14:57:26 -0000	1.9
@@ -1,5 +1,9 @@
 # Migration code sucks
+
+rm -rf  /usr/include/db3
+
 OLD_DB=`get_module_config OLD_DB`
+
 if [ "$OLD_DB" = "y" ]; then
   for mod in apache apache-mod_ssl bsddb3 dctc        \
 	     drac exim gnome-libs heimdal latex2html  \
@@ -10,6 +14,5 @@
     fi;
   done;
 fi
-unset_module_config OLD_DB
 
-rm -f  /usr/include/db3
+unset_module_config OLD_DB



More information about the Lunar-commits mailing list