forked from hasufell/hasufell-repository
		
	desktop-utils.exlib: extend categories
This commit is contained in:
		
							parent
							
								
									068d5d76dd
								
							
						
					
					
						commit
						4925c7abf9
					
				@ -105,6 +105,12 @@ find_desktop_file_category() {
 | 
				
			|||||||
    local subcat=
 | 
					    local subcat=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    case ${CATEGORY} in
 | 
					    case ${CATEGORY} in
 | 
				
			||||||
 | 
					        app*) maincat="Utility"
 | 
				
			||||||
 | 
					            case ${CATEGORY##*-} in
 | 
				
			||||||
 | 
					                editors) subcat="TextEditor";;
 | 
				
			||||||
 | 
					                *) ;;
 | 
				
			||||||
 | 
					            esac
 | 
				
			||||||
 | 
					            ;;
 | 
				
			||||||
        dev*) maincat="Development"
 | 
					        dev*) maincat="Development"
 | 
				
			||||||
            case ${CATEGORY##*-} in
 | 
					            case ${CATEGORY##*-} in
 | 
				
			||||||
                db) subcat="Database";;
 | 
					                db) subcat="Database";;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user