diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-13 18:59:41 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-03-13 19:04:26 +0100 |
commit | f23d43d1c224d9caf2b085f831b4728b3b70c540 (patch) | |
tree | a86a0ec261d45be54a97df58165a993eca18c406 /lib/MDV/Control_Center.pm | |
parent | f4957dc8ed7e36db38afcafc33c043829d559869 (diff) | |
download | control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar.gz control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar.bz2 control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.tar.xz control-center-f23d43d1c224d9caf2b085f831b4728b3b70c540.zip |
Drop legacy loaders for drakbackup, drakmenustyle and tomoyo-gui (mga#18572)
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index ef6041a7..a81d4064 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -78,17 +78,6 @@ our %programs = }, - "Backups" => - { - binary => "drakbackup", - embedded => 1, - description => N("Backups"), - long_description => N("Configure backups of the system and of the users' data"), - icon => 'backup-mdk', - application_driven_menu => 1, - }, - - "Snapshots" => { binary => "draksnapshot-config", @@ -350,16 +339,6 @@ our %programs = }, - "Menus" => - { - binary => "drakmenustyle", - embedded => 1, - description => N("Menu Style"), - long_description => N("Menu Style Configuration"), - icon => 'drakmenustyle', - }, - - "Migration" => { binary => "transfugdrake", @@ -593,17 +572,6 @@ our %programs = }, - "Tomoyo Policy" => - { - binary => "tomoyo-gui", - embedded => 1, - description => N("Configure TOMOYO Linux policy"), - long_description => N("View and configure TOMOYO Linux security policy"), - icon => 'draksec-mdk', - application_driven_menu => 1, - }, - - "UPS" => { binary => "drakups --wizard", |