Skip to content

Commit 38b8ed1

Browse files
committed
updater: install all scripts
1 parent a0d4c8a commit 38b8ed1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

debian/qubes-core-agent-dom0-updates.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ etc/qubes-rpc/qubes.TemplateSearch
22
etc/qubes-rpc/qubes.TemplateDownload
33
usr/lib/qubes/qvm-template-repo-query
44
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
57
usr/lib/qubes/dnf-plugins/downloadurl.py

package-managers/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ install:
4949
install -d $(DESTDIR)$(QUBESLIBDIR)
5050
install -t $(DESTDIR)$(QUBESLIBDIR) \
5151
qubes-download-dom0-updates.sh \
52+
qubes-download-dom0-updates-finish.sh \
53+
qubes-download-dom0-updates-init.sh \
5254
upgrades-installed-check \
5355
upgrades-status-notify
5456
install -d -m 2775 $(DESTDIR)$(QUBESSTATEDIR)/dom0-updates

0 commit comments

Comments
 (0)