summaryrefslogtreecommitdiff
path: root/packages/gpe-session-scripts
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:25:04 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:25:04 +0000
commitde9b02eb7296b392d3b9f52aa0f30c56fe6a6299 (patch)
tree179895849d289c7a5cf08a55ff21afa74985a54d /packages/gpe-session-scripts
parent51623a4e90bb2cfe64fee34ab42e9e65647d61a5 (diff)
parentf907777709b20d8d73e3587026296a6616262229 (diff)
merge of '44da8efcf85940e173cd83b2ea95fa7ae8782bb5'
and 'ca1dbbdd8a20d72c6e8277b66f14e016ff7b8cc2'
Diffstat (limited to 'packages/gpe-session-scripts')
-rw-r--r--packages/gpe-session-scripts/gpe-session-scripts_0.67.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb b/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb
index cb5ea6c5c6..2cf63737bd 100644
--- a/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb
+++ b/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb
@@ -24,7 +24,7 @@ SRC_URI_append_nokia770 = " file://highdpifontfix.patch;patch=1"
do_configure_append_angstrom() {
sed -i s:Default:Clearlooks:g X11/xsettings.default
sed -i s:Industrial:Clearlooks:g X11/xsettings.default
-}
+}
do_install_append() {
install -d ${D}${sysconfdir}/gpe/xsettings-default.d
@@ -36,16 +36,16 @@ do_install_append() {
install -d ${D}${sysconfdir}/gpe/xsettings-default.d
install -m 0644 ${WORKDIR}/disable-composite.xsettings ${D}${sysconfdir}/gpe/xsettings-default.d/disable-composite
-
+
mv ${D}/usr/bin/gpe-logout ${D}/usr/bin/gpe-logout.matchbox
}
-pkg_postinst_${PN}() {
+pkg_postinst_${PN}() {
update-alternatives --install /usr/bin/gpe-logout gpe-logout /usr/bin/gpe-logout.matchbox 10
}
-pkg_postrm_${PN}() {
- update-alternatives --remove gpe-logout /usr/bin/gpe-logout.matchbox
+pkg_postrm_${PN}() {
+ update-alternatives --remove gpe-logout /usr/bin/gpe-logout.matchbox
}
# This makes use of GUI_MACHINE_CLASS, so set PACKAGE_ARCH appropriately