Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3a81106a973ffe5545fd9a0516130e07 > scriptlet

fonts-ttf-libertine-2.8.14-1mdv2009.0.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