From 457d553eb79130656d26656909da08f00d1c02c3 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Fri, 11 Mar 2016 09:34:16 -0500 Subject: [PATCH 1/3] prep_texlive: drop preparation for fc-cache calls This is now handled by a perpetual postinstall script in libfontconfig1. --- lib/src_postinst.cygpart | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart index 8c065c0..eca5b99 100644 --- a/lib/src_postinst.cygpart +++ b/lib/src_postinst.cygpart @@ -228,7 +228,7 @@ __prep_gtk_icon_theme() { #**** __prep_texlive() { - local d fmt fmts format formats map maps + local fmt fmts format formats map maps local markerdir=/var/lib/texmf/postinstall dodir /etc/postinstall /etc/preremove ${markerdir} @@ -278,16 +278,6 @@ __prep_texlive() { _EOF done fi - - for d in /usr/share/texmf-dist/fonts/{opentype,truetype,type1} - do - if [ -d ${D}${d} ] - then - cat >> ${D}${markerdir}/${PN}.fc <<-_EOF - ${d} - _EOF - fi - done } #****P* Postinstall/X Sessions -- 2.8.0