forked from pool/texlive-filesystem
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=68
This commit is contained in:
parent
fc92c82502
commit
f0d76853bf
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 12 07:41:21 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Generate/remove specific formats at installation/erease of a
|
||||||
|
package (boo#1046277)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 11 12:00:53 UTC 2017 - werner@suse.de
|
Tue Jul 11 12:00:53 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -416,13 +416,19 @@ for run in /var/run/texlive/run-fmtutil* ; do
|
|||||||
test $VERBOSE = true && echo
|
test $VERBOSE = true && echo
|
||||||
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil.refresh
|
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil.refresh
|
||||||
;;
|
;;
|
||||||
*)
|
"")
|
||||||
test $VERBOSE = true && echo -en "\r[ ]Updating TeX formats."
|
test $VERBOSE = true && echo -en "\r[ ]Updating TeX formats."
|
||||||
fmtutil-sys ${option:+$option} --missing < /dev/null 1>&4 2>&4
|
fmtutil-sys ${option:+$option} --missing < /dev/null 1>&4 2>&4
|
||||||
let rc+=$?
|
let rc+=$?
|
||||||
test $VERBOSE = true && echo
|
test $VERBOSE = true && echo
|
||||||
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil
|
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
test $VERBOSE = true && echo -en "\r[ ]Updating TeX format ${run#*fmtutil.}."
|
||||||
|
fmtutil-sys ${option:+$option} --byfmt "${run#*fmtutil.}" < /dev/null 1>&4 2>&4
|
||||||
|
let rc+=$?
|
||||||
|
test $VERBOSE = true && echo
|
||||||
|
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user