 13c9149b6c
			
		
	
	
		13c9149b6c
		
			
		
	
	
	
	
		
			
			Among other things this also fixes build failure - those scripts were installed but not listed in spec file. Actual check doesn't perform 'apt-get update', so do that when running "standalone" (not as a hook from 'apt-get'). QubesOS/qubes-issues#1066
		
			
				
	
	
		
			10 lines
		
	
	
		
			310 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			310 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes check for VM updates and notify dom0
 | |
| ConditionPathExists=/var/run/qubes-service/qubes-update-check
 | |
| After=qubes-qrexec-agent.service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| ExecStart=/bin/sh -c 'if [ -e /etc/debian_version ]; then apt-get -q update; fi'
 | |
| ExecStart=/usr/lib/qubes/upgrades-status-notify
 |