summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-07-08 20:56:46 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-07-08 20:56:46 +0200
commitf1df9088d8def50febfe3af2597a94c027348879 (patch)
tree4a0b705c3c518f913f993300a8b2a031a4a2abf6 /scripts
parent0111392b61688a56944497a2670d397ca1a34edb (diff)
downloadconfig-f1df9088d8def50febfe3af2597a94c027348879.tar.gz
config-f1df9088d8def50febfe3af2597a94c027348879.zip
Fix open epubs
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/open-file3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/open-file b/scripts/open-file
index b5c4b7f..054ed81 100755
--- a/scripts/open-file
+++ b/scripts/open-file
@@ -37,7 +37,8 @@ openfile() {
37 audio/*) 37 audio/*)
38 prog="$music" 38 prog="$music"
39 ;; 39 ;;
40 application/pdf | application/postscript | image/vnd.djvu) 40 application/pdf | application/postscript | \
41 image/vnd.djvu | application/epub*)
41 prog="$pdf" 42 prog="$pdf"
42 ;; 43 ;;
43 image/*) 44 image/*)

Generated with cgit - Back to sebastiano.tronto.net