diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-12-08 00:06:47 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-12-08 00:06:47 +0100 |
commit | e343634f64776c393c3055e9cc4aefb1bc90c8d8 (patch) | |
tree | 74ca51cdac4cc74137beb645ed134eb03a07a7e3 /extras/conf | |
parent | 561d397319554887f902a156553baf834c8602ff (diff) | |
download | manatools-e343634f64776c393c3055e9cc4aefb1bc90c8d8.tar manatools-e343634f64776c393c3055e9cc4aefb1bc90c8d8.tar.gz manatools-e343634f64776c393c3055e9cc4aefb1bc90c8d8.tar.bz2 manatools-e343634f64776c393c3055e9cc4aefb1bc90c8d8.tar.xz manatools-e343634f64776c393c3055e9cc4aefb1bc90c8d8.zip |
added rpmdragora and dragoraUpdate
Diffstat (limited to 'extras/conf')
-rw-r--r-- | extras/conf/categories.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/extras/conf/categories.conf b/extras/conf/categories.conf index f0f8927f..88a96092 100644 --- a/extras/conf/categories.conf +++ b/extras/conf/categories.conf @@ -4,7 +4,17 @@ <title>Software Management</title> <icon>/usr/share/icons/applications_section.png</icon> <module> - <title>Edit Sources</title> + <title>Install and Remove Software</title> + <launcher>/usr/bin/rpmdragora</launcher> + <icon>/usr/share/rpmdrake/icons/title-install.png</icon> + </module> + <module> + <title>Update your System</title> + <launcher>/usr/bin/dragoraUpdate</launcher> + <icon>/usr/share/rpmdrake/icons/title-update.png</icon> + </module> + <module> + <title>Configure media sources for install and update</title> <launcher>/usr/bin/dragora-urpm-sources.pl</launcher> <icon>/usr/share/icons/edit-urpm-sources.png</icon> </module> |