diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-24 11:33:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-24 11:33:26 +0000 |
commit | a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9 (patch) | |
tree | c0c722e920f44c0b6b5bbf68b5c76795c541e8ab | |
parent | 8536a2c9ad99084ea1bd998b00e92cf744b3b954 (diff) | |
download | drakx-a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9.tar drakx-a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9.tar.gz drakx-a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9.tar.bz2 drakx-a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9.tar.xz drakx-a8aa4c84dabde8da3fd11dcf78c615e6b04c61e9.zip |
add some comment
-rwxr-xr-x | move/make_live | 4 |
1 files changed, 3 insertions, 1 deletions
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'; |