diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-12-08 21:15:05 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-12-08 21:15:05 +0100 |
commit | 897f3ef246c2541642ed73238ddcb6c6fbe93247 (patch) | |
tree | 18cdf3430492ebbdaaba221888ac5d134e629eff /scripts | |
parent | e343634f64776c393c3055e9cc4aefb1bc90c8d8 (diff) | |
download | manatools-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar manatools-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar.gz manatools-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar.bz2 manatools-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar.xz manatools-897f3ef246c2541642ed73238ddcb6c6fbe93247.zip |
Added "mana rpm" and "mana update"
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mana | 8 |
1 files changed, 8 insertions, 0 deletions
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; |