Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 4a553976cac91a3b72f8617f4ca9c8a9 > scriptlet

fonts-type1-cyrillic-1.1-5mdk.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