summaryrefslogtreecommitdiff
path: root/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb')
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
deleted file mode 100644
index 041a6ea90..000000000
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Custom MB session files for poky"
-LICENSE = "GPL"
-SECTION = "x11"
-RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r15"
-
-SRC_URI = "file://etc"
-S = ${WORKDIR}
-
-do_install() {
- cp -R ${S}/etc ${D}/etc
- rm -fR ${D}/etc/.svn
- rm -fR ${D}/etc/matchbox/.svn
- chmod -R 755 ${D}/etc
-}
-
-pkg_postinst_matchbox-poky () {
-#!/bin/sh -e
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks
-}