Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rc950ae6 r1eb967d9  
    186186ac_add_options --with-system-nss
    187187ac_add_options --with-system-icu
     188
    188189# The elf-hack causes failed installs on some machines.
    189190# It is supposed to improve startup time and it shrinks libxul.so
     
    359360<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    360361
    361 cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
     362MIMETYPE="text/html;text/xml;application/xhtml+xml;application/xml"
     363MIMETYPE="$MIMETYPE;application/rss+xml;x-scheme-handler/mailto;"
     364
     365cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; EOF &amp;&amp;
    362366<literal>[Desktop Entry]
    363367Name=Thunderbird Mail
     
    369373Icon=thunderbird
    370374Categories=Network;Email;
    371 MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;x-scheme-handler/mailto;
     375MimeType=$MIMETYPE
    372376StartupNotify=true</literal>
    373377EOF
     378
     379unset MIMETYPE
    374380
    375381ln -sfv /usr/lib/thunderbird/chrome/icons/default/default256.png \
Note: See TracChangeset for help on using the changeset viewer.