From 052d14ab43d1bf9ab12d2d3bed69e9a629c13916 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 15 Dec 2005 19:48:09 +0000 Subject: [PATCH] Use the correct MIME type for postscript files. --- plugins/ktstandard/contents/PsIndexer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktstandard/contents/PsIndexer.php b/plugins/ktstandard/contents/PsIndexer.php index 437d3ce..17aca4c 100644 --- a/plugins/ktstandard/contents/PsIndexer.php +++ b/plugins/ktstandard/contents/PsIndexer.php @@ -4,7 +4,7 @@ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); class KTPostscriptIndexerTrigger extends KTBaseIndexerTrigger { var $mimetypes = array( - 'application/pdf' => true, + 'application/postscript' => true, ); var $command = 'pstotext'; // could be any application. var $commandconfig = 'indexer/pstotext'; // could be any application. -- libgit2 0.21.4