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
 | 
			
		||||
        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
 | 
			
		||||
            ;;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user