From: gobo72 Date: Sat, 1 Oct 2011 22:52:45 +0000 (+0000) Subject: Remplace vlc par svlc dans le fichier vlc.desktop X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;ds=sidebyside;h=61a009b4310ca16084bc25bb9202a0021fbe12e5;p=hvlinux.git Remplace vlc par svlc dans le fichier vlc.desktop --- diff --git a/stage5/pkg/vlc b/stage5/pkg/vlc index febdc4a..eb6a836 100644 --- a/stage5/pkg/vlc +++ b/stage5/pkg/vlc @@ -2,5 +2,7 @@ hvbuild_post() { - string_add "alias vlc='vlc --intf skins2'" /etc/bashrc + # Remplace vlc par svlc (équivalent de "vlc --intf skins2") + sudo sed -e "s!Exec=vlc %U!Exec=svlc %U!" \ + -i /usr/share/applications/vlc.desktop }