mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-30 10:03:47 +00:00
Give remote-viewer priority over spicec for spice-xpi-client
This commit is contained in:
parent
ad5d29da5e
commit
8ae777a5f7
@ -131,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%post
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_sbindir}/update-alternatives --install %{_libexecdir}/spice-xpi-client \
|
||||
spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 20
|
||||
spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 25
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user