Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 98d2f4f057ad13e19e5dcf9462fb5571 > scriptlet

fonts-ttf-kannada-1.0-4mdv2009.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