diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 12:52:36 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-20 12:52:36 +0000 |
commit | c6fb164e705bfc8cac28734cf17083a5e561ff74 (patch) | |
tree | 1dcbd52e113866c9cdaee8857538d26f39ca0ee1 /move | |
parent | 9ad6f47db3984cf47404c945300044fc14799f72 (diff) | |
download | drakx-c6fb164e705bfc8cac28734cf17083a5e561ff74.tar drakx-c6fb164e705bfc8cac28734cf17083a5e561ff74.tar.gz drakx-c6fb164e705bfc8cac28734cf17083a5e561ff74.tar.bz2 drakx-c6fb164e705bfc8cac28734cf17083a5e561ff74.tar.xz drakx-c6fb164e705bfc8cac28734cf17083a5e561ff74.zip |
write mouse xfree conf in mode 2
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 23c140601..fe5e75501 100644 --- a/move/move.pm +++ b/move/move.pm @@ -338,6 +338,8 @@ sub install2::configMove { $_->{mntpoint} && !$_->{isMounted} and run_program::run('mount', $_->{mntpoint}) foreach fsedit::get_really_all_fstab($o->{all_hds}); modules::write_conf(''); + require mouse; + mouse::write_conf($o, $o->{mouse}, 1); #- write xfree mouse conf detect_devices::install_addons(''); foreach my $step (@{$o->{orderedSteps_orig}}) { |