summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/commands.pm2
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 :(
#-######################################################################################