/usr/share/mime/packages/x-skg.xml is in skrooge 1.3.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-skgc">
<comment>Encrypted Skrooge bank document</comment>
<comment xml:lang="fr">Document banquaire de skrooge crypté</comment>
<magic priority="100">
<match type="string" offset="0:256" value="SKROOGE_ENCRYPTED-"/>
</magic>
<glob pattern="*.skg"/>
</mime-type>
<mime-type type="application/x-skg">
<comment>Skrooge bank document</comment>
<comment xml:lang="fr">Document banquaire de skrooge</comment>
<magic priority="100">
<match type="string" offset="0:256" value="SKROOGE_DECRYPTED-"/>
</magic>
<glob pattern="*.skg"/>
</mime-type>
</mime-info>
|