Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > d50df14d5389482e8e9bec1174512219 > scriptlet

ttfonts-zh_CN-2.14-3ark.noarch.rpm

PREUN

/bin/sh
if [ "$1" = 0 ];
then
	/usr/sbin/chkfontpath -q -r /usr/share/fonts/zh_CN/TrueType
fi

POSTIN

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

  #Update fontconfig cache
  HOME=/root fc-cache 2>/dev/null
}

POSTUN

/bin/sh
{
  touch /usr/share/fonts/zh_CN/TrueType 2>/dev/null && {
    /usr/bin/mkfontscale /usr/share/fonts/zh_CN/TrueType
    /usr/bin/mkfontdir /usr/share/fonts/zh_CN/TrueType
  }
  if [ "$1" = 0 ]; then
    /usr/sbin/chkfontpath -q -r /usr/share/fonts/zh_CN/TrueType

    #Update fontconfig cache
    HOME=/root fc-cache 2>/dev/null
  fi
}