angstrom-clearlooks-theme-enable: fix postinst

ERROR: QA Issue: /home/Superandy/data/oe-core/sources/meta-angstrom/recipes-tweaks/themes/angstrom-clearlooks-theme-enable.bb: Variable pkg_postinst is set as not being package specific, please fix this.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2013-02-11 16:07:44 +01:00
parent 5a38739d18
commit 99a9352d53

View File

@@ -3,12 +3,13 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
inherit allarch
PR = "r1"
RDEPENDS_${PN} = "gtk-theme-clearlooks"
ALLOW_EMPTY_${PN} = "1"
pkg_postinst() {
pkg_postinst_${PN}() {
#!/bin/sh
mkdir -p $D${sysconfdir}/gtk-2.0
touch $D${sysconfdir}/gtk-2.0/gtkrc