]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Less .sh
authorSergey Matveev <stargrave@stargrave.org>
Tue, 24 Jan 2023 19:08:31 +0000 (22:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 24 Jan 2023 19:08:31 +0000 (22:08 +0300)
recoll/bin/my-pdftotext [moved from recoll/bin/pdftotext.sh with 100% similarity]
recoll/recoll/main/mimeconf
recoll/recoll/rfc/mimeconf

index 2e63c1491c41d70e30179ebf4e0494dc9e705355..15f265742db4d9cfdc53e1a97faa2e77ef8c5e0d 100644 (file)
@@ -1,3 +1,3 @@
 [index]
 
-application/pdf = exec pdftotext.sh; mimetype = text/plain ; charset=utf-8
+application/pdf = exec my-pdftotext; mimetype = text/plain ; charset=utf-8
index 2e63c1491c41d70e30179ebf4e0494dc9e705355..15f265742db4d9cfdc53e1a97faa2e77ef8c5e0d 100644 (file)
@@ -1,3 +1,3 @@
 [index]
 
-application/pdf = exec pdftotext.sh; mimetype = text/plain ; charset=utf-8
+application/pdf = exec my-pdftotext; mimetype = text/plain ; charset=utf-8