summaryrefslogtreecommitdiff
path: root/libre/texlive-latexextra-libre/texlive.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:42:24 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:42:24 -0300
commita7ad7d159fe057f4379d045fda5c5ebf5bf010ff (patch)
tree082e133d9591b9fd4a473d25edcd860ad8f578a7 /libre/texlive-latexextra-libre/texlive.install
parenta198adc2a658d7b11d41d4f96870a9bbecfb6d76 (diff)
texlive-latexextra-libre-2013.30964-1: updating version
Diffstat (limited to 'libre/texlive-latexextra-libre/texlive.install')
-rw-r--r--libre/texlive-latexextra-libre/texlive.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/texlive-latexextra-libre/texlive.install b/libre/texlive-latexextra-libre/texlive.install
index 3416a2732..befc29143 100644
--- a/libre/texlive-latexextra-libre/texlive.install
+++ b/libre/texlive-latexextra-libre/texlive.install
@@ -11,7 +11,7 @@ post_install() {
cp "$UPDMAP" "$TMPFILE"
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
+ cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
[ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
echo ">>> texlive: updating the filename database..."
@@ -27,7 +27,7 @@ post_upgrade() {
cp "$UPDMAP" "$TMPFILE"
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
+ cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
cat var/lib/texmf/arch/installedpkgs/*.maps >> $UPDMAP
[ -f "$UPDMAPLOCAL" ] && cat "$UPDMAPLOCAL" >> $UPDMAP
echo ">>> texlive: updating the filename database..."