Ignore:
Timestamp:
09/08/2021 01:20:01 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d761e0a
Parents:
78b2022
Message:

Fix MIMETYPE variable:

An ending double quote was missing, and consecutive semicolons
were generated: update-desktop-database does not like empty
MIME types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r78b2022 rc78bc34  
    501501mkdir -pv /usr/share/pixmaps      &amp;&amp;
    502502
    503 MIMETYPE="text/xml;text/mml;text/html;"                                    &amp;&amp;
     503MIMETYPE="text/xml;text/mml;text/html"                                     &amp;&amp;
    504504MIMETYPE="$MIMETYPE;application/xhtml+xml;application/vnd.mozilla.xul+xml" &amp;&amp;
    505 MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https;          &amp;&amp;
     505MIMETYPE="$MIMETYPE;x-scheme-handler/http;x-scheme-handler/https"          &amp;&amp;
    506506
    507507cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; EOF &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.