Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 215c0ff76ebd4fc3d3a971fa36cb2554 > scriptlet

baekmuk-bdf-fonts-2.2-8.fc12.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