Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 73b6c45b23fbbfed9db75371cb2feb63 > scriptlet

fonts-type1-hebrew-0.8-1mdk.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/chkfontpath ]; then
   /usr/sbin/chkfontpath -q -a /usr/share/fonts/type1/hebrew
fi
/usr/bin/fc-cache /usr/share/fonts/

POSTUN

/bin/sh
# 0 means a real uninstall
if [ "$1" = "0" ]; then
   [ -x /usr/sbin/chkfontpath ] && \
   /usr/sbin/chkfontpath -q -r /usr/share/fonts/type1/hebrew
   /usr/bin/fc-cache /usr/share/fonts/ 
fi