1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-17 23:09:42 +02: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 include $(TOPDIR)/rules.mk
PKG_NAME:=nanonote-files PKG_NAME:=nanonote-files
PKG_VERSION:=1.1 PKG_VERSION:=1.2
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -8,7 +8,7 @@
# write default u-boot env to nand # write default u-boot env to nand
/usr/bin/mtd.nn fw_setenv_default /usr/bin/mtd.nn fw_setenv_default
# generate pango.modules # generate fontconfig cache
pango-querymodules > '/etc/pango/pango.modules' /usr/bin/fc-cache
exit 0 exit 0