From 897f3ef246c2541642ed73238ddcb6c6fbe93247 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 8 Dec 2014 21:15:05 +0100 Subject: Added "mana rpm" and "mana update" --- scripts/mana | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts') diff --git a/scripts/mana b/scripts/mana index 9c67bfbd..f6e26ccf 100755 --- a/scripts/mana +++ b/scripts/mana @@ -58,6 +58,14 @@ my %modules = ( exec => '/usr/bin/manaproxy', descr => "manaproxy: proxy manager", }, + rpm => { + exec => '/usr/bin/rpmdragora', + descr => "rpmdragora: rpm install manager", + }, + update => { + exec => '/usr/bin/dragoraUpdate', + descr => "dragoraUpdate rpm update manager", + }, ); my $cmdline = new yui::YCommandLine; -- cgit v1.2.1