Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > 21aa3df547dddc4836f17b71e760ccd3 > scriptlet

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