diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 11:35:24 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 11:35:24 +0000 |
commit | 1742b3e4302ee4f388965e9312203123a11d510f (patch) | |
tree | d0f00f40bf77d183fdbf4d7b6e76ecd699a7f902 /move | |
parent | 0eff844342058833dcc4bd00140359eaf563b04c (diff) | |
download | drakx-1742b3e4302ee4f388965e9312203123a11d510f.tar drakx-1742b3e4302ee4f388965e9312203123a11d510f.tar.gz drakx-1742b3e4302ee4f388965e9312203123a11d510f.tar.bz2 drakx-1742b3e4302ee4f388965e9312203123a11d510f.tar.xz drakx-1742b3e4302ee4f388965e9312203123a11d510f.zip |
xinput needed for some mice (mouse.pm::various_xfree_conf)
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 4ad68b713..8b038c8af 100755 --- a/move/make_live +++ b/move/make_live @@ -38,6 +38,7 @@ sub installPackages { qw(mandrake_doc-en), #- doesn't get installed by DOCS :/ qw(zcip dhcp-client dhcpcd ppp kdenetwork-kppp rp-pppoe pptp-adsl speedtouch speedtouch_mgmt nfs-utils-clients samba-client tmdns wireless-tools adiusbadsl), #- network conf 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(xinput), #- for some mice qw(perl-Term-Readline-Gnu), #- allow debugging move ], }); |