We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d4c8a commit 38b8ed1Copy full SHA for 38b8ed1
2 files changed
debian/qubes-core-agent-dom0-updates.install
@@ -2,4 +2,6 @@ etc/qubes-rpc/qubes.TemplateSearch
2
etc/qubes-rpc/qubes.TemplateDownload
3
usr/lib/qubes/qvm-template-repo-query
4
usr/lib/qubes/qubes-download-dom0-updates.sh
5
+usr/lib/qubes/qubes-download-dom0-updates-init.sh
6
+usr/lib/qubes/qubes-download-dom0-updates-finish.sh
7
usr/lib/qubes/dnf-plugins/downloadurl.py
package-managers/Makefile
@@ -49,6 +49,8 @@ install:
49
install -d $(DESTDIR)$(QUBESLIBDIR)
50
install -t $(DESTDIR)$(QUBESLIBDIR) \
51
qubes-download-dom0-updates.sh \
52
+ qubes-download-dom0-updates-finish.sh \
53
+ qubes-download-dom0-updates-init.sh \
54
upgrades-installed-check \
55
upgrades-status-notify
56
install -d -m 2775 $(DESTDIR)$(QUBESSTATEDIR)/dom0-updates
0 commit comments