Upgrade to vte-0.38.2
[hvlinux.git] / stage5 / pkg / vlc
index febdc4a..d3c06e6 100644 (file)
@@ -2,5 +2,7 @@
 
 hvbuild_post()
 {
-    string_add "alias vlc='vlc --intf skins2'" /etc/bashrc
+    # Remplace vlc par svlc (équivalent de "vlc --intf skins2")
+    sed -e "s!\(Exec=.*\)vlc!\1svlc!" \
+        -i /usr/share/applications/vlc.desktop
 }