[Lunar-commits] CVS: moonbase/perl/perl POST_INSTALL,1.3,1.4
Auke Kok
sofar at lunar-linux.org
Fri Aug 20 08:05:37 GMT 2004
Update of /var/cvs/lunar/moonbase/perl/perl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19326/perl/perl
Modified Files:
POST_INSTALL
Log Message:
Removing BOOST_LOCK in POST_INSTALL is obsoleted by about 8-12 months as the boost() function in the core cleans up the boostlock before POST_INSTALL is ran. Removing the obsolete calls from moonbase since they confuse people.
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/perl/perl/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL 30 Jul 2004 04:36:43 -0000 1.3
+++ POST_INSTALL 20 Aug 2004 08:05:35 -0000 1.4
@@ -1,6 +1,5 @@
# Reinstall packages that add their own perl modules
-rm -f $BOOST_LOCK
if module_installed irssi; then lin irssi; fi
if module_installed ImageMagick; then lin ImageMagick; fi
if module_installed SDL_perl; then lin SDL_perl; fi
More information about the Lunar-commits
mailing list