Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 4c2742986d9ea19d14edb6979674f920 > scriptlet

fonts-ttf-kannada-1.0-5mdv2010.0.noarch.rpm

POSTIN

/bin/sh
touch /usr/share/fonts/TTF
[ -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