Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 89c2eced9953fa9a0f742b1774b40d21 > scriptlet

tv-fonts-1.1-14.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