mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
6b32c02a14
commit
3327c61302
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
#Author: Rolf Leggewie
|
||||
|
||||
run-parts /etc/update-fonts-common.d/
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user