Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 81f484943c5728770fe2fc9d37a0a02b > scriptlet

mozilla-fonts-20000310-5mdk.noarch.rpm

POSTIN

/bin/sh
	if [ -z "$DURING_INSTALL" ]; then
		cd /usr/X11R6/lib/X11/fonts/mozilla-fonts
		chkfontpath --add /usr/X11R6/lib/X11/fonts/mozilla-fonts
		echo "Restarting xfs..."
		/etc/rc.d/init.d/xfs restart
		if [ $DISPLAY'f' != 'f' ]; then
			set fb rehash
		fi
						 
	fi

POSTUN

/bin/sh
	if [ -z "$DURING_INSTALL" ]; then
		if [ $1 = 0 ]; then
			chkfontpath --remove /usr/X11R6/lib/X11/fonts/mozilla-fonts
			/etc/rc.d/init.d/xfs restart
			if [ $DISPLAY'f' != 'f' ]; then
				set fb rehash
			fi
							 
		fi
	fi