Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rpm_spec/core-dom0.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ mkdir -p $RPM_BUILD_ROOT/etc/qubes/backup
%systemd_post qubes-core.service
%systemd_post qubes-qmemman.service
%systemd_post qubesd.service
%systemd_post qubes-preload-dispvm.service

sed '/^autoballoon=/d;/^lockfile=/d' -i /etc/xen/xl.conf
echo 'autoballoon=0' >> /etc/xen/xl.conf
Expand Down Expand Up @@ -190,6 +191,7 @@ fi
%systemd_preun qubes-core.service
%systemd_preun qubes-qmemman.service
%systemd_preun qubesd.service
%systemd_preun qubes-preload-dispvm.service

if [ "$1" = 0 ] ; then
# no more packages left
Expand All @@ -201,6 +203,7 @@ fi
%systemd_postun qubes-core.service
%systemd_postun_with_restart qubes-qmemman.service
%systemd_postun_with_restart qubesd.service
%systemd_postun qubes-preload-dispvm.service

if [ "$1" = 0 ] ; then
# no more packages left
Expand Down