From bb20bc3a75f7283c4d6873899e076b40e26846c2 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 27 Feb 2011 00:15:34 +0300 Subject: [PATCH] generate fontconfig cache from uci-defaults don't generate pango.modules as it is handled by /etc/init.d/pango-querymodules --- nanonote-files/Makefile | 2 +- .../etc/uci-defaults/01-optimization-for-ben-nanonote | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nanonote-files/Makefile b/nanonote-files/Makefile index beeb892..6cea90a 100644 --- a/nanonote-files/Makefile +++ b/nanonote-files/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nanonote-files -PKG_VERSION:=1.1 +PKG_VERSION:=1.2 include $(INCLUDE_DIR)/package.mk diff --git a/nanonote-files/script-files/etc/uci-defaults/01-optimization-for-ben-nanonote b/nanonote-files/script-files/etc/uci-defaults/01-optimization-for-ben-nanonote index 877179f..39b1ce7 100644 --- a/nanonote-files/script-files/etc/uci-defaults/01-optimization-for-ben-nanonote +++ b/nanonote-files/script-files/etc/uci-defaults/01-optimization-for-ben-nanonote @@ -8,7 +8,7 @@ # write default u-boot env to nand /usr/bin/mtd.nn fw_setenv_default -# generate pango.modules -pango-querymodules > '/etc/pango/pango.modules' +# generate fontconfig cache +/usr/bin/fc-cache exit 0