spec: dont fail install when no qubes-manager is running
This commit is contained in:
parent
710aae93ae
commit
93b2b405b1
@ -67,7 +67,7 @@ cp qubes-manager.desktop $RPM_BUILD_ROOT/etc/xdg/autostart/
|
||||
|
||||
%post
|
||||
update-desktop-database &> /dev/null || :
|
||||
killall -1 qubes-manager
|
||||
killall -1 qubes-manager || :
|
||||
|
||||
%postun
|
||||
update-desktop-database &> /dev/null || :
|
||||
|
Loading…
Reference in New Issue
Block a user