mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 11:27:38 +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
 |