Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 0fe2fa6c6eae2cd635711410eeeaacca > scriptlet

fonts-ttf-tifinagh-1.0-3mdv2008.1.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