Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 6050120546d0a9699e885821aff8a36a > scriptlet

fonts-type1-greek-1.0-4mdk.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/chkfontpath ]; then
   /usr/sbin/chkfontpath -q -a /usr/share/fonts/type1/greek
else
   echo "You don't have a chkfontpath utility; you will need to manually"
   echo "Install the fonts into your font server configuration"
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/greek
   /usr/bin/fc-cache /usr/share/fonts/ 
fi