desktop-utils.exlib: update categories

This commit is contained in:
Julian Ospald 2017-09-30 17:39:29 +02:00
parent f2ed8de930
commit 220745259b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 6 additions and 0 deletions

View File

@ -105,6 +105,12 @@ find_desktop_file_category() {
local subcat=
case ${CATEGORY} in
dev*) maincat="Development"
case ${CATEGORY##*-} in
db) subcat="Database";;
*) ;;
esac
;;
games*) maincat="Game"
case ${CATEGORY##*-} in
action) subcat="ActionGame" ;;