Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > b193e85723e07dbd0163afc252f4db3d > scriptlet

taipeifonts-1.2-12.fc14.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache /usr/share/fonts
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  if [ -x /usr/bin/fc-cache ]; then
    /usr/bin/fc-cache /usr/share/fonts
  fi
fi