font-cursor-misc: 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:37 +02:00
parent eea6864d08
commit e6c44cdff9

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/misc
mkfontscale $INSTALL/usr/share/fonts/misc
}