mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
font-update-common: remove
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
ba5d70b0d5
commit
47af9479e3
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
#Author: Rolf Leggewie
|
||||
|
||||
run-parts /etc/update-fonts-common.d/
|
||||
@@ -1,18 +0,0 @@
|
||||
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"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
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}
|
||||
}
|
||||
|
||||
inherit allarch
|
||||
Reference in New Issue
Block a user