Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main > by-pkgid > f9f522037b5c079e0ebd9725965f8cc4 > scriptlet

ttfonts-zh_TW-20030930-3ark.noarch.rpm

POSTIN

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

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

POSTUN

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