summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Control_Center.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-xlib/MDV/Control_Center.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index e5dc913b..07133e93 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -31,8 +31,12 @@ our @EXPORT = qw(
$bindir $sbindir $xbindir
$mcc_dir $themes_dir
%programs
+ $version
);
+our ($version) = cat_("/etc/mandrakelinux-release") =~ /\b(\d+\.\d+)/;
+
+
#-------------------------------------------------------------
# paths
our ($bindir, $sbindir, $xbindir) = ("/usr/bin", "/usr/sbin", "/usr/X11R6/bin");
@@ -600,6 +604,16 @@ our %programs =
icon => 'rpmdrake-mdk',
},
+
+ "Extended Maintenance" =>
+ {
+ binary => "$sbindir/mdkapplet-add-media-helper --product=extended $version",
+ embedded => 1,
+ description => N("Access to extended maintenance"),
+ icon => 'extended_maintenance',
+ },
+
+
"Tomoyo Policy" =>
{
binary => "$sbindir/tomoyo-gui",