Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 7103bd4cf88f5f685955371c47eefaa3 > scriptlet

fonts-ttf-gurmukhi-1.0-3mdv2007.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