1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 01:06:23 +03:00

generate fontconfig cache from uci-defaults

don't generate pango.modules as it is handled by
/etc/init.d/pango-querymodules
This commit is contained in:
kyak 2011-02-27 00:15:34 +03:00
parent 861d3a298b
commit bb20bc3a75
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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