Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 06b211659c245b290ad1bc344750cf0f > scriptlet

taipeifonts-1.2-11.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