mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:33:43 +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:
parent
861d3a298b
commit
bb20bc3a75
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user