Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > e89acad6085aa11ed1b53cbadff0d54e > scriptlet

fonts-type1-cyrillic-1.1-10mdv2009.1.noarch.rpm

POSTIN

/bin/sh
touch /usr/share/fonts/type1
[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache

POSTUN

/bin/sh
# 0 means a real uninstall
if [ "$1" = "0" ]; then
   [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache
fi