gsettings-desktop-schemas: add 3.0.1

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-24 17:06:55 +02:00
parent 3ed7a55e04
commit 161703b7fb
@@ -0,0 +1,15 @@
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
inherit gnome
RDEPENDS_${PN} = "glib-2.0-utils"
pkg_postinst_${PN} () {
if [ -n "$D" ]; then
exit 1
fi
glib-compile-schemas ${datadir}/glib-2.0/schemas
}