aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-12-08 21:15:05 +0100
committerAngelo Naselli <anaselli@linux.it>2014-12-08 21:15:05 +0100
commit897f3ef246c2541642ed73238ddcb6c6fbe93247 (patch)
tree18cdf3430492ebbdaaba221888ac5d134e629eff /scripts
parente343634f64776c393c3055e9cc4aefb1bc90c8d8 (diff)
downloadcolin-keep-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar
colin-keep-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar.gz
colin-keep-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar.bz2
colin-keep-897f3ef246c2541642ed73238ddcb6c6fbe93247.tar.xz
colin-keep-897f3ef246c2541642ed73238ddcb6c6fbe93247.zip
Added "mana rpm" and "mana update"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mana8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/mana b/scripts/mana
index 9c67bfb..f6e26cc 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;