ACCC1380 commited on
Commit
f8ab3b4
1 Parent(s): 7000695

Upload etc/mailcap with huggingface_hub

Browse files
Files changed (1) hide show
  1. etc/mailcap +35 -0
etc/mailcap ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ###############################################################################
2
+ #
3
+ # MIME media types and programs that process those types
4
+ #
5
+ # Much of this file is generated automatically by the program "update-mime".
6
+ # Please see the "update-mime" man page for more information.
7
+ #
8
+ # Users can add their own rules if they wish by creating a ".mailcap"
9
+ # file in their home directory. Entries included there will take
10
+ # precedence over those listed here.
11
+ #
12
+ ###############################################################################
13
+
14
+
15
+ ###############################################################################
16
+ #
17
+ # User section follows: Any entries included in this section will take
18
+ # precedence over those created by "update-mime". DO NOT CHANGE the
19
+ # "User Section Begins" and "User Section Ends" lines, or anything outside
20
+ # of this section!
21
+ #
22
+
23
+ # ----- User Section Begins ----- #
24
+ # ----- User Section Ends ----- #
25
+
26
+ ###############################################################################
27
+
28
+ text/html; /usr/bin/sensible-browser %s; description=HTML Text; nametemplate=%s.html
29
+ text/plain; more %s; needsterminal
30
+ application/zip; unzip -l %s; nametemplate=%s.zip; copiousoutput
31
+ application/x-tar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput
32
+ application/x-gtar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput
33
+ application/x-ustar; /bin/tar tvf '%s'; print=/bin/tar tvf - | print text/plain:-; copiousoutput
34
+ text/*; more %s; needsterminal
35
+ application/vnd.debian.binary-package; /usr/lib/mime/debian-view %s; needsterminal; description=Debian GNU/Linux Package; nametemplate=%s.deb