diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 18:31:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-03 18:31:43 +0000 |
commit | 5885cab2952f2abe7bd5b84151009c627d8568ed (patch) | |
tree | f03671ff4eac2980ca19203aea761d671c3ac997 /perl-install/commands.pm | |
parent | 0d9dcd4d3c41abb16c0545f286359b2967a8e1e6 (diff) | |
download | drakx-5885cab2952f2abe7bd5b84151009c627d8568ed.tar drakx-5885cab2952f2abe7bd5b84151009c627d8568ed.tar.gz drakx-5885cab2952f2abe7bd5b84151009c627d8568ed.tar.bz2 drakx-5885cab2952f2abe7bd5b84151009c627d8568ed.tar.xz drakx-5885cab2952f2abe7bd5b84151009c627d8568ed.zip |
(sync): (re-?)add
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 0027b92a8..2a26b46dd 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -590,6 +590,8 @@ sub loadkeys { keyboard::setup($_[0]); } +sub sync { common::sync() } + #-###################################################################################### #- Wonderful perl :( #-###################################################################################### |