forked from hasufell/hasufell-repository
		
	desktop-utils.exlib: set Name to ${PN^} by default
This commit is contained in:
		
							parent
							
								
									a78b07d2e4
								
							
						
					
					
						commit
						730aaf66f1
					
				@ -46,7 +46,7 @@ here_desktop_entry() {
 | 
			
		||||
# Inspection: $PN, $SUMMARY
 | 
			
		||||
# Errors: on invalid arguments
 | 
			
		||||
install_desktop_entry() {
 | 
			
		||||
    local Name=${PN}
 | 
			
		||||
    local Name=${PN^}
 | 
			
		||||
    local Comment=${SUMMARY}
 | 
			
		||||
    local Exec=${PN}
 | 
			
		||||
    local TryExec=
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user