Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > f7a90fead1240920d1263942d143a872 > scriptlet

fonts-sinhala-0.2.2-1.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