angstrom-layers: add font-update-common from OE into meta-openembedded

Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
Koen Kooi 2010-11-01 19:45:14 +01:00
parent 6b32c02a14
commit 3327c61302
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
#Author: Rolf Leggewie
run-parts /etc/update-fonts-common.d/

View File

@ -0,0 +1,15 @@
DESCRIPTION = "Scripts to be called when fonts are installed or removed \
to make them known to the WM, whether X11 or Opie"
AUTHOR = "Rolf Leggewie <oe-devel@rolf.leggewie.biz"
LICENSE = "MIT"
SRC_URI = "file://update-fonts"
do_install() {
install -d ${D}${bindir}
install -d ${D}${sysconfdir}/update-fonts-common.d/
install -m 0755 ${WORKDIR}/update-fonts ${D}${bindir}
}
PACKAGE_ARCH = "all"