slackbuilds_ponce/system/ttf-bitstream-vera/doinst.sh
Erik Hanson 5ec7c1fa82 system/ttf-bitstream-vera: Added (Bitstream Vera Fonts)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-06-28 10:50:01 -04:00

10 lines
193 B
Bash

# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
( cd /usr/share/fonts/TTF
mkfontscale .
mkfontdir .
)
fi
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi