Give remote-viewer priority over spicec for spice-xpi-client

This commit is contained in:
Daniel P. Berrange 2012-04-17 15:06:14 +01:00
parent ad5d29da5e
commit 8ae777a5f7

View File

@ -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