mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-30 08:57:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			275 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			275 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=install flatpak updates and uninstall unused flatpaks
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| # Contained in `systemd-path search-binaries-default`
 | |
| ExecStart=flatpak update --assumeyes --noninteractive
 | |
| ExecStartPost=flatpak uninstall --unused --assumeyes --noninteractive
 |