This all either have been migrated to core3, or is not needed anymore. There is still qvm-tools directory with a few tools that needs to be migrated, or installed as is.
		
			
				
	
	
		
			15 lines
		
	
	
		
			569 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			569 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all:
 | 
						|
	true
 | 
						|
 | 
						|
install:
 | 
						|
	mkdir -p $(DESTDIR)/etc/xen/scripts
 | 
						|
	cp vif-route-qubes $(DESTDIR)/etc/xen/scripts
 | 
						|
	cp block-snapshot $(DESTDIR)/etc/xen/scripts
 | 
						|
	ln -s block-snapshot $(DESTDIR)/etc/xen/scripts/block-origin
 | 
						|
	install -d $(DESTDIR)/etc/xdg/autostart
 | 
						|
	install -m 0644 qrexec-policy-agent.desktop $(DESTDIR)/etc/xdg/autostart/
 | 
						|
	install -m 0644 -D tmpfiles-qubes.conf $(DESTDIR)/usr/lib/tmpfiles.d/qubes.conf
 | 
						|
	install -d $(DESTDIR)/etc/dbus-1/system.d
 | 
						|
	install -m 0644 dbus-org.qubesos.PolicyAgent.conf  \
 | 
						|
		$(DESTDIR)/etc/dbus-1/system.d/org.qubesos.PolicyAgent.conf
 |