Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b09b06d8214ea90bcd11e34efb0644ff > scriptlet

fontconfig-2.8.0-3.fc15.i686.rpm

POSTIN

/bin/sh
/sbin/ldconfig

umask 0022

mkdir -p /var/cache/fontconfig

# 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.8.0 ; then
  HOME=/root /usr/bin/fc-cache -f
fi