## Start up machine specific input devices. Really needs to go in its own session
case `module_id` in
- "SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | "SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
- chkhinge26 /dev/input/event0 hinge-handler &
- ;;
+ # On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
"Generic OMAP1510/1610/1710")
/usr/bin/mbinputmgr &
;;
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r16"
+PR = "r19"
SRC_URI = "file://etc"
S = ${WORKDIR}
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
+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
}