summaryrefslogtreecommitdiff
path: root/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-07 17:23:37 +0000
committerRoss Burton <ross@openedhand.com>2008-02-07 17:23:37 +0000
commit767710d5c4198e1dab69b813f906c9aad8588358 (patch)
tree74702d73d25018fd8d1c5b3390d5b1317d51ad8c /meta/packages/matchbox-poky/matchbox-poky_0.1.bb
parent4b5b4604da8aefe7c58ae6a9764a05f2b75e1c46 (diff)
downloadopenembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.tar.gz
openembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.tar.bz2
openembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.tar.xz
openembedded-core-767710d5c4198e1dab69b813f906c9aad8588358.zip
Remove matchbox-poky, its been replaced by matchbox-sato
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3704 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-poky/matchbox-poky_0.1.bb')
-rw-r--r--meta/packages/matchbox-poky/matchbox-poky_0.1.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
deleted file mode 100644
index c7f0ec603..000000000
--- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Custom MB session files for poky"
-LICENSE = "GPL"
-SECTION = "x11"
-RDEPENDS = "matchbox-common matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r24"
-
-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
-if [ "x$D" != "x" ]; then
- exit 1
-fi
-
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Clearlooks
-}