>From 3a7b3e72c39e46d78d321e703f0a3f412a934015 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Wed, 26 Nov 2014 07:53:29 -0500 Subject: [PATCH 2/3] prep_texlive: remove calls to fc-cache Instead, create a file listing the font directories on which fc-cache should be run by a perpetual postinstall script. --- lib/src_postinst.cygpart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart index 44737a9..33cdd36 100644 --- a/lib/src_postinst.cygpart +++ b/lib/src_postinst.cygpart @@ -370,8 +370,8 @@ __prep_texlive() { do if [ -d ${D}${d} ] then - cat >> ${D}/etc/postinstall/${PN}.sh <<-_EOF - /usr/bin/fc-cache -f $d + cat >> ${D}${markerdir}/${PN}.fc <<-_EOF + ${d} _EOF fi done -- 2.1.4