diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-08-24 13:28:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:21:27 +0700 |
commit | 0ed2b3f046ee093ef333db31aaff57a11ce50db9 (patch) | |
tree | ae0f8c726b36e437f283755de01c2be785df348b /office/texlive-texmf-extra/doinst.sh | |
parent | 168defcd3925bcb8e451eeaef3d0f4851db2c2ed (diff) |
office/texlive-texmf-extra: Added (Extra texmf files for TeX Live)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive-texmf-extra/doinst.sh')
-rw-r--r-- | office/texlive-texmf-extra/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/texlive-texmf-extra/doinst.sh b/office/texlive-texmf-extra/doinst.sh new file mode 100644 index 0000000000000..5bac0e7189d05 --- /dev/null +++ b/office/texlive-texmf-extra/doinst.sh @@ -0,0 +1,4 @@ +chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null +#printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null +chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null +chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null |