[Lunar-commits] CVS: moonbase/perl/perl POST_INSTALL,NONE,1.1
Terry Chan
tchan at lunar-linux.org
Sun Feb 8 04:25:17 GMT 2004
Update of /var/cvs/lunar/moonbase/perl/perl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9688
Added Files:
POST_INSTALL
Log Message:
Added this because when Perl changes versions, the site specific perl modules
tend to get lost. Moonbase modules that add their own perl modules to
/usr/lib/perl need a recompile to ensure proper function. irssi, ImageMagick,
SDL_perl are all that I could find at the moment. I'm sure this list will
need expanding.
--- NEW FILE: POST_INSTALL ---
# 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