Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 763cbc6e6081dd632c548820df3d40b9 > scriptlet

fonts-ttf-dustismo-2.0-5mdk.noarch.rpm

POSTIN

/bin/sh
[ -x /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -a /usr/share/fonts/Dustismo
[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  [ -x /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -r /usr/share/fonts/Dustismo
  [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache 
fi