UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Wed, 29 Jun 2016 07:25:29 +0000 (15:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Jun 2016 07:25:29 +0000 (15:25 +0800)
UpdateDatabase.php

index 080a984..5bea8fc 100644 (file)
@@ -963,6 +963,8 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function checkSystem()
     {
+        // most of these are from File_Convert...
+        
         // these are required - and have simple dependancies.
         require_once 'System.php';
         $req = array( 
@@ -970,7 +972,7 @@ class Pman_Core_UpdateDatabase extends Pman
             'grep',
 
             'pdfinfo',
-            'pdftocairo',
+            'pdftocairo',  //poppler-utils
             'pdftoppm',
             'rsvg-convert',
             'strings',