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 +}