summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-30 08:21:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-30 08:21:52 +0000
commit94354b67f9a4bcf72a2106ea74e7e9c1a55d8465 (patch)
tree3efab33c64aaac63cddc61b64f78d04bf2ea139f /move/make_live
parent306d47fce12f283c25ee9fe16db85c61117b2480 (diff)
downloaddrakx-backup-do-not-use-94354b67f9a4bcf72a2106ea74e7e9c1a55d8465.tar
drakx-backup-do-not-use-94354b67f9a4bcf72a2106ea74e7e9c1a55d8465.tar.gz
drakx-backup-do-not-use-94354b67f9a4bcf72a2106ea74e7e9c1a55d8465.tar.bz2
drakx-backup-do-not-use-94354b67f9a4bcf72a2106ea74e7e9c1a55d8465.tar.xz
drakx-backup-do-not-use-94354b67f9a4bcf72a2106ea74e7e9c1a55d8465.zip
- install nxclient and clamav
- fix nxclient
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live6
1 files changed, 5 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 020442daa..b3335b465 100755
--- a/move/make_live
+++ b/move/make_live
@@ -65,11 +65,12 @@ sub installPackages() {
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 ATI_GLX-utils NVIDIA_GLX),
qw(hcfpcimodem hsflinmodem ltmodem ipw2100),
+ qw(nxclient), #- proprietary soft from powerpack
qw(xinput), #- for some mice
qw(perl-Term-Readline-Gnu binutils emacs-X11 bash-completion), #- allow debugging move
qw(openssh-askpass-gnome), #- openssh-askpass for mountloop doesn't allow to click on ok/cancel buttons
qw(clanbomber freeciv-client freeciv-server crack-attack kdegames), #- more games
- qw(numlock shorewall),
+ qw(numlock shorewall clamav),
qw(xawtv zapping), #- tv apps
qw(scribus scribus-i18n-de scribus-i18n-fr), #- John Jablonski says it's so much useful
],
@@ -256,3 +257,6 @@ unlink "$::prefix/usr/lib/libDrakX/modem.pm";
foreach (glob("$::prefix/usr/lib/openoffice/share/template/*")) {
symlink '../../english/wizard/bitmap', "$_/wizard/bitmap";
}
+
+# fix nxclient
+system("chmod a+x $::prefix/etc/profile.d/nx*");