Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 3d40e85e81b9fd10fbd8068da5ec6f13 > scriptlet

fonts-ttf-junicode-0.6.4-1mdk.noarch.rpm

POSTIN

/bin/sh
/usr/sbin/chkfontpath -q -a /usr/share/fonts/ttf/junicode
/usr/bin/fc-cache /usr/share/fonts

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
  [ -x /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -r /usr/share/fonts/ttf/junicode
  [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache /usr/share/fonts
fi