diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 877393b4f..b6db87483 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - add some POD documentation - fix detecting some UPS devices (mga#13424) +- drakbug: + o fix some package names after the mdv->mga fork Version 16.28 - 28 April 2014 diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 965c44196..418a3eeb5 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -69,8 +69,8 @@ my $mdk_app = { N("Synchronization tool") => 'draksync', N("Standalone Tools") => 'drakxtools', "harddrake" => 'harddrake2', - N("%s Online", N("Mageia")) => 'mdkonline', - N("%s Online", N("Mageia")) => 'mdkapplet', + N("%s Online", N("Mageia")) => 'mgaonline', + N("%s Online", N("Mageia")) => 'mgaapplet', N("Remote Control") => 'rfbdrake', N("Software Manager") => 'rpmdrake', N("Windows Migration tool") => 'transfugdrake', |