mklatex: Reload muPDF instances if muPDF is installed
This commit is contained in:
parent
dff777e3e9
commit
b706d89eda
@ -34,3 +34,6 @@ done
|
||||
if [ "$(which llpp)" ]; then
|
||||
killall -SIGHUP llpp
|
||||
fi
|
||||
if [ "$(which mupdf)" ]; then
|
||||
killall -SIGHUP mupdf
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user