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:
Andreas Müller
2013-02-11 22:49:39 +00:00
committed by Martin Jansa
parent ba5d70b0d5
commit 47af9479e3
2 changed files with 0 additions and 22 deletions
@@ -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