Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 0c057b2685d54467faa2cd4d1999b377 > scriptlet

tv-fonts-1.0-6mdk.i586.rpm

POSTIN

/bin/sh
cd /usr/X11R6/lib/X11/fonts/misc
test -x /usr/X11R6/bin/mkfontdir && mkfontdir || true
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/X11R6/lib/X11/fonts/misc
  test -x /usr/X11R6/bin/mkfontdir && mkfontdir || true
	if [ -f /var/lock/subsys/xfs ]; then
		service xfs restart || true
	fi
  test -n "$DISPLAY" && xset fp rehash || true
fi