Ajout xarchiver (pour pcmanfm) et xdvi.desktop.
[hvlinux.git] / stage5 / pkg / texlive
index b3ecea3..1d81ba9 100644 (file)
@@ -82,4 +82,15 @@ hvbuild_post()
         /usr/share/texmf-var    \
         /usr/share/texmf-local  \
         /var/lib/livetex/fonts
+
+    # Add xdvi desktop file
+    if [ ! -f /usr/share/applications/xdvi.desktop ]; then
+        cat > /usr/share/applications/xdvi.desktop << EOF
+[Desktop Entry]
+Type=Application
+Name=Xdvi
+Exec=xdvi
+MimeType=application/x-dvi;
+EOF
+    fi
 }