Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > a4d49aa6e24c60935d3675a1ebc79016 > scriptlet

fontconfig-2.4.1-7.el5.x86_64.rpm

POSTIN

/bin/sh
/sbin/ldconfig

umask 0022

mkdir -p /var/cache/fontconfig
# Remove stale caches
rm -f /var/cache/fontconfig/????????????????????????????????.cache-2
rm -f /var/cache/fontconfig/stamp

# Force regeneration of all fontconfig cache files
# The check for existance is needed on dual-arch installs (the second
#  copy of fontconfig might install the binary instead of the first)
# The HOME setting is to avoid problems if HOME hasn't been reset
if [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache --version 2>&1 | grep -q 2.4.1 ; then
  HOME=/root /usr/bin/fc-cache -f
fi