diff options
Diffstat (limited to 'Master/tlpkg/tlpostcode')
-rw-r--r-- | Master/tlpkg/tlpostcode/cont-cache.cmd | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpostcode/cont-cache.sh | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpostcode/cont-cache.cmd b/Master/tlpkg/tlpostcode/cont-cache.cmd new file mode 100644 index 00000000000..7d45f392d3c --- /dev/null +++ b/Master/tlpkg/tlpostcode/cont-cache.cmd @@ -0,0 +1,8 @@ +rem postaction for context +rem For context mkiv and lmtx, the filename database must be generated +rem at least once. Afterwards, it will be updated automatically, +rem possibly in a higher-priority location. + +mtxrun --generate +context --luatex --generate +context --luajittex --generate diff --git a/Master/tlpkg/tlpostcode/cont-cache.sh b/Master/tlpkg/tlpostcode/cont-cache.sh new file mode 100644 index 00000000000..4f83597402d --- /dev/null +++ b/Master/tlpkg/tlpostcode/cont-cache.sh @@ -0,0 +1,10 @@ +#!/usr/bin/sh + +# postaction for context +# For context mkiv and lmtx, the filename database must be generated +# at least once. Afterwards, it will be updated automatically, +# possibly in a higher-priority location. + +mtxrun --generate +context --luatex --generate +context --luajitex --generate |