Commit d97e1079 authored by Ghislain MARY's avatar Ghislain MARY

Some fixes of previous commit.

parent 9507ce64
...@@ -3,7 +3,7 @@ Name=Linphone ...@@ -3,7 +3,7 @@ Name=Linphone
GenericName=SIP Phone GenericName=SIP Phone
Comment=Linphone is a libre SIP client Comment=Linphone is a libre SIP client
Type=Application Type=Application
Exec=@CMAKE_INSTALL_PREFIX@/linphone %u Exec=@CMAKE_INSTALL_PREFIX@/bin/linphone %u
Icon=linphone Icon=linphone
Terminal=false Terminal=false
Categories=Network;Telephony; Categories=Network;Telephony;
......
...@@ -59,11 +59,11 @@ rm -rf $RPM_BUILD_ROOT ...@@ -59,11 +59,11 @@ rm -rf $RPM_BUILD_ROOT
%post %post
/sbin/ldconfig /sbin/ldconfig
xdg-icon-resource install --novendor --mode system --context apps %{_datarootdir}/icons/hicolor/scalable/apps/linphone.svg linphone; xdg-icon-resource install --novendor --mode system --theme hicolor --context apps --size scalable %{_datarootdir}/icons/hicolor/scalable/apps/linphone.svg linphone;
xdg-desktop-menu install --novendor --mode system %{_datarootdir}/applications/linphone.desktop xdg-desktop-menu install --novendor --mode system %{_datarootdir}/applications/linphone.desktop
%postun %postun
xdg-desktop-menu uninstall --mode system linphone.desktop xdg-desktop-menu uninstall --mode system --theme hicolor --context apps --size scalable linphone.desktop
xdg-icon-resource uninstall --mode system linphone xdg-icon-resource uninstall --mode system linphone
/sbin/ldconfig /sbin/ldconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment