diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-09 09:11:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-09 09:11:24 +0000 |
commit | 8c7a7123c10a11defc72d3de907e9aa0f5a376e7 (patch) | |
tree | ef2b085751bd166426c4422e9c2dceabf1e85465 | |
parent | 1335167b2470543b15aaea640278b4239dd7f055 (diff) | |
download | drakx-8c7a7123c10a11defc72d3de907e9aa0f5a376e7.tar drakx-8c7a7123c10a11defc72d3de907e9aa0f5a376e7.tar.gz drakx-8c7a7123c10a11defc72d3de907e9aa0f5a376e7.tar.bz2 drakx-8c7a7123c10a11defc72d3de907e9aa0f5a376e7.tar.xz drakx-8c7a7123c10a11defc72d3de907e9aa0f5a376e7.zip |
- install ATI_GLX-utils (from cdcom)
- remove drakperm and draksec (not useful in Mandrakemove)
-rwxr-xr-x | move/make_live | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/move/make_live b/move/make_live index c8af88501..9d7cd7d3f 100755 --- a/move/make_live +++ b/move/make_live @@ -63,7 +63,7 @@ sub installPackages() { #- network drivers and firmwares: qw(eagle-usb speedtouch speedtouch_mgmt unicorn), qw(cups cups-drivers foomatic-db gimpprint hpoj libnet-snmp mtools mtoolsfm nmap printer-filters printer-testpages printer-utils scli xojpanel xpp), #- printer stuff - qw(ATI_GLX NVIDIA_GLX), + qw(ATI_GLX ATI_GLX-utils NVIDIA_GLX), qw(hcfpcimodem hsflinmodem ltmodem), qw(xinput), #- for some mice qw(perl-Term-Readline-Gnu binutils emacs-X11 bash-completion), #- allow debugging move @@ -242,7 +242,7 @@ substInFile { } "$::prefix/usr/share/mdk/mandrakegalaxy/mdkgalaxy-fr.html"; #- remove uncessary wizards, especially from appearing in MCC -unlink "$::prefix/usr/sbin/$_" foreach qw(drakautoinst drakboot drakfloppy drakgw drakedm drakfont rpmdrake MandrakeUpdate rpmdrake-remove edit-urpm-sources.pl); +unlink "$::prefix/usr/sbin/$_" foreach qw(drakautoinst drakboot drakfloppy drakgw drakedm drakfont drakperm draksec rpmdrake MandrakeUpdate rpmdrake-remove edit-urpm-sources.pl); unlink "$::prefix/usr/bin/$_" foreach qw(userdrake); #- selecting language must be done from drakx anyway |