exlibs: improve formatting

This commit is contained in:
Julian Ospald 2016-02-29 00:57:52 +01:00
parent 7bdbdab3cd
commit 521a0ccec7
1 changed files with 7 additions and 7 deletions

View File

@ -107,14 +107,14 @@ find_desktop_file_category() {
case ${CATEGORY} in
games*) maincat="Game"
case ${CATEGORY##*-} in
action) subcat="ActionGame" ;;
adventure) subcat="AdventureGame" ;;
arcade) subcat="ArcadeGame" ;;
board) subcat="BoardGame" ;;
fps) subcat="Shooter" ;;
action) subcat="ActionGame" ;;
adventure) subcat="AdventureGame" ;;
arcade) subcat="ArcadeGame" ;;
board) subcat="BoardGame" ;;
fps) subcat="Shooter" ;;
simulation) subcat="Simulation" ;;
sports) subcat="SportsGame" ;;
strategy) subcat="StrategyGame" ;;
sports) subcat="SportsGame" ;;
strategy) subcat="StrategyGame" ;;
*) ;;
esac
;;