mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 12:46:02 +01:00
Also recognize PDF
This commit is contained in:
parent
9ccad6cbc2
commit
8eaadc8d6d
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ _zathura() {
|
|||
for PLUGIN in @PLUGINDIR@/lib*.so; do
|
||||
case ${PLUGIN##*/} in
|
||||
libpdf-poppler.so)
|
||||
EXTS="$EXTS|pdf"
|
||||
EXTS="$EXTS|pdf|PDF"
|
||||
;;
|
||||
libpdf-mupdf.so)
|
||||
EXTS="$EXTS|pdf|epub|oxps"
|
||||
EXTS="$EXTS|pdf|PDF|epub|oxps"
|
||||
;;
|
||||
libps.so)
|
||||
EXTS="$EXTS|ps|eps|epsi|epsf"
|
||||
|
|
Loading…
Reference in a new issue