diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-03 13:41:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-03 13:41:23 +0000 |
commit | 1c1ec5f8b95fa899931c7747559fa02c6a005cd2 (patch) | |
tree | def37f8aaf0c2fa2eab51b8d13db95665ce77e41 /move/move.pm | |
parent | a780a3b456fb38db88e7c9b3d9a99f0649d9897d (diff) | |
download | drakx-1c1ec5f8b95fa899931c7747559fa02c6a005cd2.tar drakx-1c1ec5f8b95fa899931c7747559fa02c6a005cd2.tar.gz drakx-1c1ec5f8b95fa899931c7747559fa02c6a005cd2.tar.bz2 drakx-1c1ec5f8b95fa899931c7747559fa02c6a005cd2.tar.xz drakx-1c1ec5f8b95fa899931c7747559fa02c6a005cd2.zip |
configure timezone
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 93a7374f6..76ce89873 100644 --- a/move/move.pm +++ b/move/move.pm @@ -442,6 +442,9 @@ sub install2::configMove { } install_steps_interactive::summaryBefore($o); + require timezone; + timezone::write($o->{prefix}, $o->{timezone}); + modules::load_category('multimedia/sound'); enable_service('sound'); |