font-bitstream-type1: create fonts.dir and fonts.scale on install

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-01 14:39:22 +02:00
parent 7192eb76d8
commit eea6864d08

View File

@ -36,3 +36,8 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--with-fontrootdir=/usr/share/fonts"
post_install() {
mkfontdir $INSTALL/usr/share/fonts/Type1
mkfontscale $INSTALL/usr/share/fonts/Type1
}