mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 19:05:11 +01:00
Use correct mimetype for LRF files.
This commit is contained in:
parent
03305ec03d
commit
5ad276ba7f
1 changed files with 2 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ def post_install():
|
|||
TryExec=lrfviewer
|
||||
Exec=lrfviewer %%F
|
||||
Icon=libprs500-viewer
|
||||
MimeType=application/lrf;
|
||||
MimeType=application/x-sony-bbeb;
|
||||
Categories=Graphics;Viewer;
|
||||
'''%(__version__,)
|
||||
|
||||
|
|
@ -266,7 +266,7 @@ def post_install():
|
|||
MIME = '''\
|
||||
<?xml version="1.0"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/lrf">
|
||||
<mime-type type="application/x-sony-bbeb">
|
||||
<comment>SONY E-book compiled format</comment>
|
||||
<glob pattern="*.lrf"/>
|
||||
</mime-type>
|
||||
|
|
|
|||
Loading…
Reference in a new issue