Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 5e561924ebf9c69dacd0e86bde4d9c74 > scriptlet

fonts-ttf-ethiopic-1.0-1mdk.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/sbin/chkfontpath ]; then
   /usr/sbin/chkfontpath -q -a /usr/share/fonts/ttf/ethiopic
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/ttf/ethiopic
   /usr/bin/fc-cache /usr/share/fonts/ 
fi