Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > d2e050ab12e56e899a1846b051cd67cc > scriptlet

fonts-ttf-bengali-0.5-5mdv2009.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