Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 549642cca71d9e080b0bae1cc221265f > scriptlet

tv-fonts-1.1-7mdv2008.1.noarch.rpm

POSTIN

/bin/sh
cd /usr/share/fonts/misc
/usr/bin/mkfontdir
if [ -f /var/lock/subsys/xfs ]; then
    service xfs restart || true
fi
test -n "$DISPLAY" && xset fp rehash || true

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    cd /usr/share/fonts/misc
    /usr/bin/mkfontdir
    if [ -f /var/lock/subsys/xfs ]; then
	service xfs restart || true
    fi
    test -n "$DISPLAY" && xset fp rehash || true
fi