Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
...
...
24
#
24
#
25
# The %f parameter will be substituted with the input file. 
25
# The %f parameter will be substituted with the input file. 
26
#
26
#
27
# The script (ie: rcluncomp) must output the uncompressed file name on
27
# The script (ie: rcluncomp) must output the uncompressed file name on
28
# stdout. 
28
# stdout. 
29
application/gzip  =  uncompress rcluncomp gunzip %f %t
29
application/x-gzip  =  uncompress rcluncomp gunzip %f %t
30
application/x-gzip  =  uncompress rcluncomp gunzip %f %t
30
application/x-compress = uncompress rcluncomp gunzip %f %t
31
application/x-compress = uncompress rcluncomp gunzip %f %t
31
application/x-bzip2 =  uncompress rcluncomp bunzip2 %f %t
32
application/x-bzip2 =  uncompress rcluncomp bunzip2 %f %t
32
application/x-xz = uncompress rcluncomp unxz %f %t
33
application/x-xz = uncompress rcluncomp unxz %f %t
33
application/x-lzma = uncompress rcluncomp unxz %f %t
34
application/x-lzma = uncompress rcluncomp unxz %f %t