PACKED_SIZE="2.4M"
UNPACKED_SIZE="5.8M"
PACKAGE="msttcorefonts"
VERSION="2.0"
CATEGORY="non-free"
SHORT_DESC="TrueType core fonts for the web."
DEPENDS="fontconfig"
WEB_SITE="http://sourceforge.net/projects/corefonts"
TAGS="fonts"
# Pre and post install commands for Tazpkg.
post_install()
{
local root
root=${1:-/}
echo "Processing post-install commands..."
chroot $root/ /usr/bin/fc-cache /usr/share/fonts/truetype/msttcorefonts >/dev/null 2>&1
}
It looks like you're new here. If you want to get involved, click one of these buttons!