X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpkg%2Ftexlive;h=1d81ba9edb0a69d528a0f2401f855039b544ba99;hb=c0c88f1f0e4f7f706dddf143f54c4a5745d4248f;hp=b3ecea3dd6708ffbdfbafad920ded20a6cf63827;hpb=e274861f489192ee8e1f59b495dc11fe91a6708d;p=hvlinux.git diff --git a/stage5/pkg/texlive b/stage5/pkg/texlive index b3ecea3..1d81ba9 100644 --- a/stage5/pkg/texlive +++ b/stage5/pkg/texlive @@ -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 }