Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main > by-pkgid > 75f36cf594dd4119e47953f447c7e82b > scriptlet

ttfonts-geez-1.0-1ark.noarch.rpm

POSTIN

/bin/sh
{
	umask 133
	touch /usr/share/fonts 2> /dev/null && {
		/usr/bin/mkfontscale /usr/share/fonts
		/usr/bin/mkfontdir /usr/share/fonts
		/usr/sbin/chkfontpath -q -a /usr/share/fonts
	}

	#Update fontconfig cache
	[  -x /usr/bin/fc-cache ] && HOME=/root /usr/bin/fc-cache /usr/share/fonts 2> /dev/null
}

POSTUN

/bin/sh
if [ "$1" = 0 ];
then
    umask 133
    /usr/sbin/chkfontpath -q -r /usr/share/fonts
    #Update fontconfig cache
    [ -x /usr/bin/fc-cache ] && HOME=/root /usr/bin/fc-cache /usr/share/fonts 2> /dev/null
fi