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