diff options
author | rbuj <[email protected]> | 2019-09-15 17:03:08 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-10-03 10:26:10 +0200 |
commit | f10463c3de365ebdeb073892f79331c35de4c601 (patch) | |
tree | f1f427811c20e2e4179f9ed5a67a9adca52aa116 /src/java-utils.c | |
parent | af0ca89b1991b08325a31a11c133fc6000c5a2cd (diff) | |
download | engrampa-f10463c3de365ebdeb073892f79331c35de4c601.tar.bz2 engrampa-f10463c3de365ebdeb073892f79331c35de4c601.tar.xz |
Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic
$ file -b --mime-type ~/test.tar.Z
application/x-compress
$ hexdump -C -n 2 ~/test.tar.Z
00000000 1f 9d |..|
00000002
$ file -b --mime-type ~/atril-1.23.1-1.fc30.src.rpm
application/x-rpm
$ hexdump -C -n 4 ~/atril-1.23.1-1.fc30.src.rpm
00000000 ed ab ee db |....|
00000004
$ file -b --mime-type ~/test.lzh
application/x-lzh-compressed
$ hexdump -C -s 2 -n 3 ~/test.lzh
00000002 2d 6c 68 |-lh|
00000005
Diffstat (limited to 'src/java-utils.c')
0 files changed, 0 insertions, 0 deletions