summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center13
1 files changed, 12 insertions, 1 deletions
diff --git a/control-center b/control-center
index f800f072..ffb24011 100755
--- a/control-center
+++ b/control-center
@@ -119,6 +119,7 @@ my $isRpmDrake = -e "/usr/sbin/rpmdrake";
my $isParkRpmDrake = -e "/usr/sbin/park-rpmdrake";
my $isWebAdmin = -e "/usr/bin/mdkwebadmin";
my $isRfbDrake = -e "/usr/X11R6/bin/rfbdrake";
+my $isDrakStats = -e "/usr/bin/drakstats";
my $application_driven_menu;
@@ -432,6 +433,15 @@ my %programs =
},
+ "Package stats" =>
+ {
+ binary => "$bindir/drakstats",
+ embedded => 1,
+ description => N("Package Stats"),
+ icon => 'source-manager',
+ },
+
+
"Partition Sharing" =>
{
binary => "$sbindir/diskdrake --fileshare",
@@ -623,10 +633,11 @@ my @tree =
"Install Software",
"Installed Software",
"Remove Software",
- "Mandrake Update",
+ "Mandrake Update",
"Software Media Manager",
),
if_($isParkRpmDrake, "Manage park"),
+ if_($isDrakStats, "Package stats"),
]
]),