Separate update-desktop-database from ninja install in eog:

it helps jhalfs
the deskto update is not really an install command, rather a config one

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23029 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2020-04-26 11:54:33 +00:00
parent fa99349177
commit ea371d3b78

View File

@ -125,8 +125,16 @@ ninja</userinput></screen>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install &amp;&amp;
update-desktop-database</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
<para>
Still as the <systemitem class="username">root</systemitem> user,
rebuild the cache database of
MIME types handled by desktop files so <xref linkend="nautilus"/> will
be able to open image files with EOG.
</para>
<screen role="root"><userinput>update-desktop-database</userinput></screen>
</sect2>
@ -139,12 +147,6 @@ update-desktop-database</userinput></screen>
and install the API documentation.
</para>
<para>
<command>update-desktop-database</command>: Rebuild the cache database of
MIME types handled by desktop files so <xref linkend="nautilus"/> will
be able to open image files with EOG.
</para>
</sect2>
<sect2 role="content">