From e6c44cdff9d74fba6b509844c4544446c691f632 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 1 Aug 2013 14:39:37 +0200 Subject: [PATCH] font-cursor-misc: create fonts.dir and fonts.scale on install Signed-off-by: Stephan Raue --- packages/x11/font/font-cursor-misc/package.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/x11/font/font-cursor-misc/package.mk b/packages/x11/font/font-cursor-misc/package.mk index add3d47499..7f11391b08 100644 --- a/packages/x11/font/font-cursor-misc/package.mk +++ b/packages/x11/font/font-cursor-misc/package.mk @@ -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 +}