forked from hasufell/hasufell-repository
exlibs: improve formatting
This commit is contained in:
parent
7bdbdab3cd
commit
521a0ccec7
@ -107,14 +107,14 @@ find_desktop_file_category() {
|
|||||||
case ${CATEGORY} in
|
case ${CATEGORY} in
|
||||||
games*) maincat="Game"
|
games*) maincat="Game"
|
||||||
case ${CATEGORY##*-} in
|
case ${CATEGORY##*-} in
|
||||||
action) subcat="ActionGame" ;;
|
action) subcat="ActionGame" ;;
|
||||||
adventure) subcat="AdventureGame" ;;
|
adventure) subcat="AdventureGame" ;;
|
||||||
arcade) subcat="ArcadeGame" ;;
|
arcade) subcat="ArcadeGame" ;;
|
||||||
board) subcat="BoardGame" ;;
|
board) subcat="BoardGame" ;;
|
||||||
fps) subcat="Shooter" ;;
|
fps) subcat="Shooter" ;;
|
||||||
simulation) subcat="Simulation" ;;
|
simulation) subcat="Simulation" ;;
|
||||||
sports) subcat="SportsGame" ;;
|
sports) subcat="SportsGame" ;;
|
||||||
strategy) subcat="StrategyGame" ;;
|
strategy) subcat="StrategyGame" ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user