From 94354b67f9a4bcf72a2106ea74e7e9c1a55d8465 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 30 Jun 2004 08:21:52 +0000 Subject: - install nxclient and clamav - fix nxclient --- move/make_live | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'move') 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*"); -- cgit v1.2.1