From a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 24 Nov 2003 11:33:26 +0000 Subject: add some comment --- move/make_live | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/move/make_live b/move/make_live index c05b75569..8a9cf5eb9 100755 --- a/move/make_live +++ b/move/make_live @@ -79,7 +79,9 @@ print "Making live in $::prefix directory.\n"; run_program::rooted($::prefix, 'fc-cache'); #- generate cache in all directories mentioned in config file run_program::rooted($::prefix, 'kbuildsycoca', '--global'); eval { rm_rf("$::prefix/lib/i686") }; # de-complexify, use the default on any arch - + + #- remove the dirty hack done by NVIDIA_kernel-xxx proprietary package + #- we do it by hand when needed substInFile { $_ = '' if /^nvidia$/ } "$::prefix/etc/modules"; unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac', 'kalarmd.autostart'; -- cgit v1.2.1