summaryrefslogtreecommitdiff
path: root/libre/texlive-core-libre/texlive.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-11 17:47:50 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-11 17:47:50 -0200
commitaeb9cba708408769686b3f241afc2e937dfd003c (patch)
tree86210476e4b36e1be8da3515af95bfa96900039f /libre/texlive-core-libre/texlive.install
parenta6bc83c4664f2b3b3ca5a160e661e579333c1669 (diff)
texlive-core-libre-2012.28273-1: update version
Diffstat (limited to 'libre/texlive-core-libre/texlive.install')
-rwxr-xr-xlibre/texlive-core-libre/texlive.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/texlive-core-libre/texlive.install b/libre/texlive-core-libre/texlive.install
index 601c4af19..14ca7c531 100755
--- a/libre/texlive-core-libre/texlive.install
+++ b/libre/texlive-core-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
@@ -31,7 +31,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