summaryrefslogtreecommitdiff
path: root/libre/texlive-fontsextra-libre/texlive.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:41 -0300
commita198adc2a658d7b11d41d4f96870a9bbecfb6d76 (patch)
tree868e841c0b369d275b041ec99a20155349a470ab /libre/texlive-fontsextra-libre/texlive.install
parent8542a0eaeca4712cd209f5509b8d6c192196dfb0 (diff)
downloadabslibre-a198adc2a658d7b11d41d4f96870a9bbecfb6d76.tar.gz
abslibre-a198adc2a658d7b11d41d4f96870a9bbecfb6d76.tar.bz2
abslibre-a198adc2a658d7b11d41d4f96870a9bbecfb6d76.zip
texlive-fontsextra-libre-2013.30955-1: updating version
Diffstat (limited to 'libre/texlive-fontsextra-libre/texlive.install')
-rw-r--r--libre/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 6f81bd4ba..bfd2222a0 100644
--- a/libre/texlive-fontsextra-libre/texlive.install
+++ b/libre/texlive-fontsextra-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..."