summaryrefslogtreecommitdiff
path: root/libre/texlive-fontsextra-libre/texlive.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-11 19:42:13 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-11 19:42:13 -0500
commitc417eb2f5a57eff84128424bd02b92b60615adb0 (patch)
treefd3e2283eb57a8f75886e5e28cef27487510d6d8 /libre/texlive-fontsextra-libre/texlive.install
parent4af2701db8813ccc17ded58dace627d216dbb9c7 (diff)
parentd575b3eb2b0d121d5ce1816b219ae1c59daca1d1 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/texlive-fontsextra-libre/texlive.install')
-rwxr-xr-xlibre/texlive-fontsextra-libre/texlive.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/texlive-fontsextra-libre/texlive.install b/libre/texlive-fontsextra-libre/texlive.install
index c2c5e8165..6f81bd4ba 100755
--- a/libre/texlive-fontsextra-libre/texlive.install
+++ b/libre/texlive-fontsextra-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