summaryrefslogtreecommitdiff
path: root/libre/texlive-core-libre/texlive.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:02 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:02 -0300
commit8542a0eaeca4712cd209f5509b8d6c192196dfb0 (patch)
tree3ebf63371745713793e3e2fbcf8eca6c5835cccf /libre/texlive-core-libre/texlive.install
parent0bbedbd0351b5ad85b9ffee2704b8cb920b44cd2 (diff)
downloadabslibre-8542a0eaeca4712cd209f5509b8d6c192196dfb0.tar.gz
abslibre-8542a0eaeca4712cd209f5509b8d6c192196dfb0.tar.bz2
abslibre-8542a0eaeca4712cd209f5509b8d6c192196dfb0.zip
texlive-core-libre-2013.30962-2: updating version
Diffstat (limited to 'libre/texlive-core-libre/texlive.install')
-rw-r--r--libre/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 14ca7c531..77d4213be 100644
--- a/libre/texlive-core-libre/texlive.install
+++ b/libre/texlive-core-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..."
@@ -33,7 +33,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..."