Add "application/pdf; xpdf %s 2>/dev/null".

This commit is contained in:
Satoshi Asami 1996-05-30 07:43:58 +00:00
parent 989a30b46a
commit fc4be2781c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3148

View File

@ -56,6 +56,9 @@ video/*; xanim %s > /dev/null 2>&1
# use this to display postscript files
application/postscript; ghostview %s
# use this to display pdf files
application/pdf; xpdf %s 2>/dev/null
# this is the default for non GIF or JPEG images
image/*; xv %s