207d497bfe
This service currently does more harm (desync libvirt state with reality) than good. Since we have qubesd, we may come back to implementing it properly using libvirt events.
9 lines
193 B
Makefile
9 lines
193 B
Makefile
all:
|
|
true
|
|
|
|
install:
|
|
mkdir -p $(DESTDIR)/usr/lib/qubes
|
|
cp cleanup-dispvms $(DESTDIR)/usr/lib/qubes
|
|
cp startup-misc.sh $(DESTDIR)/usr/lib/qubes
|
|
cp fix-dir-perms.sh $(DESTDIR)/usr/lib/qubes/
|