diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-11 17:49:41 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-11 17:49:41 -0200 |
commit | 6ef3ac1c28f21cfc46b9f50781f622580d68ccac (patch) | |
tree | 3d9a81e79139b7b7e0b9b5f90da565a7d21d70fb /libre/texlive-latexextra-libre/texlive.install | |
parent | 9a88d495010177231aff172fd7dfe604e2b4e34e (diff) | |
download | abslibre-6ef3ac1c28f21cfc46b9f50781f622580d68ccac.tar.gz abslibre-6ef3ac1c28f21cfc46b9f50781f622580d68ccac.tar.bz2 abslibre-6ef3ac1c28f21cfc46b9f50781f622580d68ccac.zip |
texlive-latexextra-libre-2012.28272-1: update version
Diffstat (limited to 'libre/texlive-latexextra-libre/texlive.install')
-rwxr-xr-x | libre/texlive-latexextra-libre/texlive.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/texlive-latexextra-libre/texlive.install b/libre/texlive-latexextra-libre/texlive.install index e8878db08..3416a2732 100755 --- a/libre/texlive-latexextra-libre/texlive.install +++ b/libre/texlive-latexextra-libre/texlive.install @@ -9,7 +9,7 @@ post_install() { TMPFILE=`mktemp` echo ">>> texlive: saving updmap.cfg as $TMPFILE..." cp "$UPDMAP" "$TMPFILE" - echo ">>> texlive: regenerating updmap.cfg (custom additions shoud go" + echo ">>> texlive: regenerating updmap.cfg (custom additions should go" echo " into /etc/texmf/web2c/updmap-local.cfg" cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP @@ -25,7 +25,7 @@ post_upgrade() { TMPFILE=`mktemp` echo ">>> texlive: saving updmap.cfg as $TMPFILE..." cp "$UPDMAP" "$TMPFILE" - echo ">>> texlive: regenerating updmap.cfg (custom additions shoud go" + echo ">>> texlive: regenerating updmap.cfg (custom additions should go" echo " into /etc/texmf/web2c/updmap-local.cfg" cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP |